package com.huimv.sjlr.dao; import com.huimv.sjlr.dataobject.SjlrMzda; import com.huimv.sjlr.dataobject.SjlrZzzq; import com.huimv.sjlr.dataobject.SjlrZzzqExample; import java.util.List; import java.util.Map; public interface SjlrZzzqDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int countByExample(SjlrZzzqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int deleteByExample(SjlrZzzqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ void insert(SjlrZzzq record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ void insertSelective(SjlrZzzq record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ List selectByExample(SjlrZzzqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ SjlrZzzq selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int updateByExampleSelective(SjlrZzzq record, SjlrZzzqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int updateByExample(SjlrZzzq record, SjlrZzzqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int updateByPrimaryKeySelective(SjlrZzzq record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_zzzq * * @ibatorgenerated Wed Mar 08 10:45:45 CST 2017 */ int updateByPrimaryKey(SjlrZzzq record); /** * 种猪转群 * @param paramMap * @return */ public List selectZzzqListByParam(Map paramMap); /** * 获取档案 * @param paramMap * @return */ public List selectZzzqDaListByParam(Map paramMap); }