SjWbhjDAO.java 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. package com.huimv.sj.dao;
  2. import com.huimv.sj.dataobject.SjWbhj;
  3. import com.huimv.sj.dataobject.SjWbhjExample;
  4. import java.util.Date;
  5. import java.util.List;
  6. import java.util.Map;
  7. public interface SjWbhjDAO {
  8. /**
  9. * This method was generated by Apache iBATIS ibator.
  10. * This method corresponds to the database table sj_wbhj
  11. *
  12. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  13. */
  14. int countByExample(SjWbhjExample example);
  15. /**
  16. * This method was generated by Apache iBATIS ibator.
  17. * This method corresponds to the database table sj_wbhj
  18. *
  19. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  20. */
  21. int deleteByExample(SjWbhjExample example);
  22. /**
  23. * This method was generated by Apache iBATIS ibator.
  24. * This method corresponds to the database table sj_wbhj
  25. *
  26. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  27. */
  28. int deleteByPrimaryKey(Integer id);
  29. /**
  30. * This method was generated by Apache iBATIS ibator.
  31. * This method corresponds to the database table sj_wbhj
  32. *
  33. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  34. */
  35. void insert(SjWbhj record);
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table sj_wbhj
  39. *
  40. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  41. */
  42. void insertSelective(SjWbhj record);
  43. /**
  44. * This method was generated by Apache iBATIS ibator.
  45. * This method corresponds to the database table sj_wbhj
  46. *
  47. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  48. */
  49. List<SjWbhj> selectByExample(SjWbhjExample example);
  50. /**
  51. * This method was generated by Apache iBATIS ibator.
  52. * This method corresponds to the database table sj_wbhj
  53. *
  54. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  55. */
  56. SjWbhj selectByPrimaryKey(Integer id);
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method corresponds to the database table sj_wbhj
  60. *
  61. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  62. */
  63. int updateByExampleSelective(SjWbhj record, SjWbhjExample example);
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method corresponds to the database table sj_wbhj
  67. *
  68. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  69. */
  70. int updateByExample(SjWbhj record, SjWbhjExample example);
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method corresponds to the database table sj_wbhj
  74. *
  75. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  76. */
  77. int updateByPrimaryKeySelective(SjWbhj record);
  78. /**
  79. * This method was generated by Apache iBATIS ibator.
  80. * This method corresponds to the database table sj_wbhj
  81. *
  82. * @ibatorgenerated Tue Nov 10 13:30:52 CST 2015
  83. */
  84. int updateByPrimaryKey(SjWbhj record);
  85. Date selectMaxtimeByParam(Map<String, Object> param);
  86. void insertWbhjListByParam(List<Map<String, Object>> paramMapList);
  87. List<SjWbhj> selectWbhjWdByParam(Map<String, Object> param);
  88. List<SjWbhj> selectWbhjSdByParam(Map<String, Object> param);
  89. List<SjWbhj> selectWbhjQcwdByParam(Map<String, Object> param);
  90. List<SjWbhj> selectWbhjQcsdByParam(Map<String, Object> param);
  91. }