package com.huimv.sjlr.dao; import com.huimv.sjlr.dataobject.SjlrCjjl; import com.huimv.sjlr.dataobject.SjlrCjjlExample; import java.util.List; import java.util.Map; public interface SjlrCjjlDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int countByExample(SjlrCjjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int deleteByExample(SjlrCjjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ void insert(SjlrCjjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ void insertSelective(SjlrCjjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ List selectByExample(SjlrCjjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ SjlrCjjl selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int updateByExampleSelective(SjlrCjjl record, SjlrCjjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int updateByExample(SjlrCjjl record, SjlrCjjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int updateByPrimaryKeySelective(SjlrCjjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_cjjl * * @ibatorgenerated Wed Mar 08 10:36:51 CST 2017 */ int updateByPrimaryKey(SjlrCjjl record); /** * 查询采精记录 * @param paramMap * @return */ public List selectCjjlListByParam(Map paramMap); }