package com.huimv.sjlr.dao; import com.huimv.sjlr.dataobject.SjlrFzxs; import com.huimv.sjlr.dataobject.SjlrFzxsExample; import com.huimv.sjlr.dataobject.SjlrZzxs; import java.util.List; import java.util.Map; public interface SjlrFzxsDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int countByExample(SjlrFzxsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int deleteByExample(SjlrFzxsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ void insert(SjlrFzxs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ void insertSelective(SjlrFzxs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ List selectByExample(SjlrFzxsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ SjlrFzxs selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int updateByExampleSelective(SjlrFzxs record, SjlrFzxsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int updateByExample(SjlrFzxs record, SjlrFzxsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int updateByPrimaryKeySelective(SjlrFzxs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sjlr_fzxs * * @ibatorgenerated Wed Mar 08 10:39:14 CST 2017 */ int updateByPrimaryKey(SjlrFzxs record); /** * 肥猪销售 * @param paramMap * @return */ public List selectFzxsListByParam(Map paramMap); }