123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- package com.huimv.xt.dao;
- import com.huimv.xt.dataobject.XtCsjlgzjc;
- import com.huimv.xt.dataobject.XtCsjlgzjcExample;
- import java.util.List;
- import java.util.Map;
- public interface XtCsjlgzjcDAO {
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int countByExample(XtCsjlgzjcExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int deleteByExample(XtCsjlgzjcExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int deleteByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- void insert(XtCsjlgzjc record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- void insertSelective(XtCsjlgzjc record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- List<XtCsjlgzjc> selectByExample(XtCsjlgzjcExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- XtCsjlgzjc selectByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int updateByExampleSelective(XtCsjlgzjc record, XtCsjlgzjcExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int updateByExample(XtCsjlgzjc record, XtCsjlgzjcExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int updateByPrimaryKeySelective(XtCsjlgzjc record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlgzjc
- *
- * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
- */
- int updateByPrimaryKey(XtCsjlgzjc record);
-
- int countXtCsjlgzjcByParam(Map<String, Object> searchParam);
-
- List<XtCsjlgzjc> getXtCsjlgzjcListByParam(Map<String, Object> searchParam);
- }
|