package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtLcyxcs; import com.huimv.xt.dataobject.XtLcyxcsExample; import java.util.List; public interface XtLcyxcsDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int countByExample(XtLcyxcsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int deleteByExample(XtLcyxcsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ void insert(XtLcyxcs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ void insertSelective(XtLcyxcs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ List selectByExample(XtLcyxcsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ XtLcyxcs selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int updateByExampleSelective(XtLcyxcs record, XtLcyxcsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int updateByExample(XtLcyxcs record, XtLcyxcsExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int updateByPrimaryKeySelective(XtLcyxcs record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lc_yxcs * * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016 */ int updateByPrimaryKey(XtLcyxcs record); }