package com.huimv.sj.dao; import com.huimv.sj.dataobject.SjHkeyht; import com.huimv.sj.dataobject.SjHkeyht; import com.huimv.sj.dataobject.SjHkeyhtExample; import java.util.List; import java.util.Map; public interface SjHkeyhtDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int countByExample(SjHkeyhtExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int deleteByExample(SjHkeyhtExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ void insert(SjHkeyht record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ void insertSelective(SjHkeyht record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ List selectByExample(SjHkeyhtExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ SjHkeyht selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int updateByExampleSelective(SjHkeyht record, SjHkeyhtExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int updateByExample(SjHkeyht record, SjHkeyhtExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int updateByPrimaryKeySelective(SjHkeyht record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_hk_eyht * * @ibatorgenerated Wed Sep 20 15:18:45 CST 2017 */ int updateByPrimaryKey(SjHkeyht record); /** * 插入环控二氧化碳 */ public void insertHkeyhtByParam(List paramMapList); /** * 根据参数查询全程 * @param searchParam * @return */ public List selectQceyhtByParam(Map searchParam); /** * 根据参数查询当天 * @param searchParam * @return */ public List selectDqeyhtByParam(Map searchParam); /** * 根据参数查询传感器 * @param searchParam * @return */ public List selectHkeyhtCgqidByParam(Map searchParam); }