package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtFlzbjgzxx; import com.huimv.xt.dataobject.XtFlzbjgzxxExample; import java.util.List; public interface XtFlzbjgzxxDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int countByExample(XtFlzbjgzxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int deleteByExample(XtFlzbjgzxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ void insert(XtFlzbjgzxx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ void insertSelective(XtFlzbjgzxx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ List selectByExample(XtFlzbjgzxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ XtFlzbjgzxx selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int updateByExampleSelective(XtFlzbjgzxx record, XtFlzbjgzxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int updateByExample(XtFlzbjgzxx record, XtFlzbjgzxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int updateByPrimaryKeySelective(XtFlzbjgzxx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzbj_gzxx * * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016 */ int updateByPrimaryKey(XtFlzbjgzxx record); public void insertFlzbjgzxxByParam(List paramMapList); }