package com.huimv.lierda.dao; import com.huimv.busi.base.dto.ResponseBean; import com.huimv.busi.xt.constant.XtSqlMapConstant; import com.huimv.da.dataobject.DaZsda; import com.huimv.lierda.dataobject.LierdaDyda; import com.huimv.lierda.dataobject.LierdaDydaExample; import com.huimv.web.base.PageBean; import java.util.List; import java.util.Map; public interface LierdaDydaDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int countByExample(LierdaDydaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int deleteByExample(LierdaDydaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ void insert(LierdaDyda record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ void insertSelective(LierdaDyda record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ List selectByExample(LierdaDydaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ LierdaDyda selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int updateByExampleSelective(LierdaDyda record, LierdaDydaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int updateByExample(LierdaDyda record, LierdaDydaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int updateByPrimaryKeySelective(LierdaDyda record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table lierda_dyda * * @ibatorgenerated Thu Sep 19 14:44:46 CST 2019 */ int updateByPrimaryKey(LierdaDyda record); ResponseBean selectListByParam(Map searchParam , PageBean pageBean) ; //绑定单元时遍历单元(ifm为猪舍,szmc为单元) public List getDydaList(Map paramMap); }