123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- package com.huimv.xt.dao;
- import com.huimv.xt.dataobject.XtCsjlpz;
- import com.huimv.xt.dataobject.XtCsjlpzExample;
- import java.util.List;
- import java.util.Map;
- public interface XtCsjlpzDAO {
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int countByExample(XtCsjlpzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int deleteByExample(XtCsjlpzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int deleteByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- void insert(XtCsjlpz record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- void insertSelective(XtCsjlpz record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- List<XtCsjlpz> selectByExample(XtCsjlpzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- XtCsjlpz selectByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int updateByExampleSelective(XtCsjlpz record, XtCsjlpzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int updateByExample(XtCsjlpz record, XtCsjlpzExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int updateByPrimaryKeySelective(XtCsjlpz record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_csjlpz
- *
- * @ibatorgenerated Fri Sep 01 13:59:46 CST 2017
- */
- int updateByPrimaryKey(XtCsjlpz record);
-
- /**
- * 打屏料线
- * @param param
- * @return
- */
- public List<XtCsjlpz> selecDplxByParam(Map<String, Object> param);
- }
|