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 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 selecDplxByParam(Map param); }