package com.huimv.cs.dao; import com.huimv.cs.dataobject.SjLqjl; import com.huimv.cs.dataobject.SjLqjlExample; import com.huimv.sj.dataobject.SjFwjl; import com.huimv.sj.dataobject.SjSscssj; import com.huimv.sj.dataobject.SjSshjkz; import com.huimv.xt.dataobject.XtFlzzd; import java.util.List; import java.util.Map; public interface SjLqjlDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int countByExample(SjLqjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int deleteByExample(SjLqjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ void insert(SjLqjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ void insertSelective(SjLqjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ List selectByExample(SjLqjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ SjLqjl selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int updateByExampleSelective(SjLqjl record, SjLqjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int updateByExample(SjLqjl record, SjLqjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int updateByPrimaryKeySelective(SjLqjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_lqjl * * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015 */ int updateByPrimaryKey(SjLqjl record); int selectCountScslxxByParam(Map searchParam); int selectCountScfwjlxxByParam(Map searchParam); int selectCountSchjkzxxByParam(Map searchParam); int countSjlqjlByParam(Map searchParam); List getSjlqjlListByParam(Map searchParam); List getScslxxListByParam(Map searchParam); List getScfwjlxxListByParam(Map searchParam); List getSchjkzxxListByParam(Map searchParam); }