package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtYxcsYa; import com.huimv.xt.dataobject.XtYxcsYaExample; import java.util.List; public interface XtYxcsYaDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int countByExample(XtYxcsYaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int deleteByExample(XtYxcsYaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ void insert(XtYxcsYa record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ void insertSelective(XtYxcsYa record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ List selectByExample(XtYxcsYaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ XtYxcsYa selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int updateByExampleSelective(XtYxcsYa record, XtYxcsYaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int updateByExample(XtYxcsYa record, XtYxcsYaExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int updateByPrimaryKeySelective(XtYxcsYa record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hk_yxcs_bys_ya * * @ibatorgenerated Fri Sep 08 13:22:44 CST 2017 */ int updateByPrimaryKey(XtYxcsYa record); /** * 批量作废 */ public void batchUpdateHkyxcsyaByList(List yxcsYaList); }