package com.huimv.sj.dao; import com.huimv.sj.dataobject.SjHklhq; import com.huimv.sj.dataobject.SjHklhq; import com.huimv.sj.dataobject.SjHklhqExample; import java.util.List; import java.util.Map; public interface SjHklhqDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int countByExample(SjHklhqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int deleteByExample(SjHklhqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ void insert(SjHklhq record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ void insertSelective(SjHklhq record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ List selectByExample(SjHklhqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ SjHklhq selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int updateByExampleSelective(SjHklhq record, SjHklhqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int updateByExample(SjHklhq record, SjHklhqExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int updateByPrimaryKeySelective(SjHklhq record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_lhq * * @ibatorgenerated Wed Sep 20 15:19:01 CST 2017 */ int updateByPrimaryKey(SjHklhq record); /** * 插入环控硫化氢 */ public void insertHklhqByParam(List paramMapList); /** * 根据参数查询全程 * @param searchParam * @return */ public List selectQclhqByParam(Map searchParam); /** * 根据参数查询当天 * @param searchParam * @return */ public List selectDqlhqByParam(Map searchParam); /** * 根据参数查询传感器 * @param searchParam * @return */ public List selectHklhqCgqidByParam(Map searchParam); }