12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- 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<XtFlzbjgzxx> 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<XtFlzbjgzxx> paramMapList);
- }
|