package com.huimv.ws.dao; import com.huimv.ws.dataobject.XtWsbjfz; import com.huimv.ws.dataobject.XtWsbjfzExample; import java.util.List; public interface XtWsbjfzDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int countByExample(XtWsbjfzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int deleteByExample(XtWsbjfzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ void insert(XtWsbjfz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ void insertSelective(XtWsbjfz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ List selectByExample(XtWsbjfzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ XtWsbjfz selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int updateByExampleSelective(XtWsbjfz record, XtWsbjfzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int updateByExample(XtWsbjfz record, XtWsbjfzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int updateByPrimaryKeySelective(XtWsbjfz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_ws_bjfz * * @ibatorgenerated Sat Apr 28 08:55:38 CST 2018 */ int updateByPrimaryKey(XtWsbjfz record); }