XtWsbjfzDAO.java 2.9 KB

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