package com.huimv.ws.dao; import java.util.List; import java.util.Map; import com.huimv.ws.dataobject.SjWsnhs; import com.huimv.ws.dataobject.SjWsnhsExample; public interface SjWsnhsDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int countByExample(SjWsnhsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int deleteByExample(SjWsnhsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ void insert(SjWsnhs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ void insertSelective(SjWsnhs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ List selectByExample(SjWsnhsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ SjWsnhs selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int updateByExampleSelective(SjWsnhs record, SjWsnhsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int updateByExample(SjWsnhs record, SjWsnhsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int updateByPrimaryKeySelective(SjWsnhs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_ws_nhs * * @ibatorgenerated Fri Apr 27 09:29:05 CST 2018 */ int updateByPrimaryKey(SjWsnhs record); public List selectWsnhsCgqidByParam(Map searchParam); public List selectWsnhsByParam(Map searchParam); public List selectQcnhsByParam(Map searchParam); }