package com.huimv.sj.dao; import com.huimv.sj.dataobject.SjWbhj; import com.huimv.sj.dataobject.SjWbhjExample; import java.util.Date; import java.util.List; import java.util.Map; public interface SjWbhjDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int countByExample(SjWbhjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int deleteByExample(SjWbhjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ void insert(SjWbhj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ void insertSelective(SjWbhj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ List selectByExample(SjWbhjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ SjWbhj selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int updateByExampleSelective(SjWbhj record, SjWbhjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int updateByExample(SjWbhj record, SjWbhjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int updateByPrimaryKeySelective(SjWbhj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_wbhj * * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015 */ int updateByPrimaryKey(SjWbhj record); Date selectMaxtimeByParam(Map param); void insertWbhjListByParam(List> paramMapList); List selectWbhjWdByParam(Map param); List selectWbhjSdByParam(Map param); List selectWbhjQcwdByParam(Map param); List selectWbhjQcsdByParam(Map param); }