package com.huimv.sjlr.dao; import java.util.List; import java.util.Map; import com.huimv.sjlr.dataobject.SjlrDnjl; import com.huimv.sjlr.dataobject.SjlrDnjlExample; import com.huimv.sjlr.dataobject.SjlrMzda; public interface SjlrDnjlDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int countByExample(SjlrDnjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int deleteByExample(SjlrDnjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ void insert(SjlrDnjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ void insertSelective(SjlrDnjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ List selectByExample(SjlrDnjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ SjlrDnjl selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int updateByExampleSelective(SjlrDnjl record, SjlrDnjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int updateByExample(SjlrDnjl record, SjlrDnjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int updateByPrimaryKeySelective(SjlrDnjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_dnjl * * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017 */ int updateByPrimaryKey(SjlrDnjl record); /** * 查询断奶记录 * @param paramMap * @return */ public List selectDnjlListByParam(Map paramMap); public List selectSearchDnjlListByParam(Map paramMap); public List selectAddDnjlListByParam(Map paramMap); public List selectDnjltcByParam(Map paramMap); }