package com.huimv.xt.dao; import com.huimv.da.dataobject.DaZsda; import com.huimv.xt.dataobject.XtHjbjcs; import com.huimv.xt.dataobject.XtSjpz; import com.huimv.xt.dataobject.XtSjpzExample; import java.util.List; import java.util.Map; public interface XtSjpzDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int countByExample(XtSjpzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int deleteByExample(XtSjpzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ void insert(XtSjpz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ void insertSelective(XtSjpz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ List selectByExample(XtSjpzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ XtSjpz selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int updateByExampleSelective(XtSjpz record, XtSjpzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int updateByExample(XtSjpz record, XtSjpzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int updateByPrimaryKeySelective(XtSjpz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_sjpz * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ int updateByPrimaryKey(XtSjpz record); /** * 根据参数统计 * @param paramMap * @return */ int countHjbjsjpzByParam(Map paramMap); /** * 根据参数查询 * @param paramMap * @return */ List selectHjbjsjpzByParam(Map paramMap); /** * 判断猪舍信息是否重复 */ List selectHjbjsjpzCheckZsxx(Map paramMap); }