XtFlzbjgzxxDAO.java 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. package com.huimv.xt.dao;
  2. import com.huimv.xt.dataobject.XtFlzbjgzxx;
  3. import com.huimv.xt.dataobject.XtFlzbjgzxxExample;
  4. import java.util.List;
  5. public interface XtFlzbjgzxxDAO {
  6. /**
  7. * This method was generated by Apache iBATIS ibator.
  8. * This method corresponds to the database table xt_flzbj_gzxx
  9. *
  10. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  11. */
  12. int countByExample(XtFlzbjgzxxExample example);
  13. /**
  14. * This method was generated by Apache iBATIS ibator.
  15. * This method corresponds to the database table xt_flzbj_gzxx
  16. *
  17. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  18. */
  19. int deleteByExample(XtFlzbjgzxxExample example);
  20. /**
  21. * This method was generated by Apache iBATIS ibator.
  22. * This method corresponds to the database table xt_flzbj_gzxx
  23. *
  24. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  25. */
  26. int deleteByPrimaryKey(Integer id);
  27. /**
  28. * This method was generated by Apache iBATIS ibator.
  29. * This method corresponds to the database table xt_flzbj_gzxx
  30. *
  31. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  32. */
  33. void insert(XtFlzbjgzxx record);
  34. /**
  35. * This method was generated by Apache iBATIS ibator.
  36. * This method corresponds to the database table xt_flzbj_gzxx
  37. *
  38. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  39. */
  40. void insertSelective(XtFlzbjgzxx record);
  41. /**
  42. * This method was generated by Apache iBATIS ibator.
  43. * This method corresponds to the database table xt_flzbj_gzxx
  44. *
  45. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  46. */
  47. List<XtFlzbjgzxx> selectByExample(XtFlzbjgzxxExample example);
  48. /**
  49. * This method was generated by Apache iBATIS ibator.
  50. * This method corresponds to the database table xt_flzbj_gzxx
  51. *
  52. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  53. */
  54. XtFlzbjgzxx selectByPrimaryKey(Integer id);
  55. /**
  56. * This method was generated by Apache iBATIS ibator.
  57. * This method corresponds to the database table xt_flzbj_gzxx
  58. *
  59. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  60. */
  61. int updateByExampleSelective(XtFlzbjgzxx record, XtFlzbjgzxxExample example);
  62. /**
  63. * This method was generated by Apache iBATIS ibator.
  64. * This method corresponds to the database table xt_flzbj_gzxx
  65. *
  66. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  67. */
  68. int updateByExample(XtFlzbjgzxx record, XtFlzbjgzxxExample example);
  69. /**
  70. * This method was generated by Apache iBATIS ibator.
  71. * This method corresponds to the database table xt_flzbj_gzxx
  72. *
  73. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  74. */
  75. int updateByPrimaryKeySelective(XtFlzbjgzxx record);
  76. /**
  77. * This method was generated by Apache iBATIS ibator.
  78. * This method corresponds to the database table xt_flzbj_gzxx
  79. *
  80. * @ibatorgenerated Thu Sep 08 15:24:34 CST 2016
  81. */
  82. int updateByPrimaryKey(XtFlzbjgzxx record);
  83. public void insertFlzbjgzxxByParam(List<XtFlzbjgzxx> paramMapList);
  84. }