SjGttzzzDAO.java 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. package com.huimv.sj.dao;
  2. import com.huimv.busi.tjfx.dto.HycdrzzDTO;
  3. import com.huimv.sj.dataobject.SjGttzzz;
  4. import com.huimv.sj.dataobject.SjGttzzzExample;
  5. import java.util.List;
  6. import java.util.Map;
  7. public interface SjGttzzzDAO {
  8. /**
  9. * This method was generated by Apache iBATIS ibator.
  10. * This method corresponds to the database table sj_gttzzz
  11. *
  12. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  13. */
  14. int countByExample(SjGttzzzExample example);
  15. /**
  16. * This method was generated by Apache iBATIS ibator.
  17. * This method corresponds to the database table sj_gttzzz
  18. *
  19. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  20. */
  21. int deleteByExample(SjGttzzzExample example);
  22. /**
  23. * This method was generated by Apache iBATIS ibator.
  24. * This method corresponds to the database table sj_gttzzz
  25. *
  26. * @ibatorgenerated Wed Nov 04 09:48:28 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_gttzzz
  32. *
  33. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  34. */
  35. void insert(SjGttzzz record);
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table sj_gttzzz
  39. *
  40. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  41. */
  42. void insertSelective(SjGttzzz record);
  43. /**
  44. * This method was generated by Apache iBATIS ibator.
  45. * This method corresponds to the database table sj_gttzzz
  46. *
  47. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  48. */
  49. List<SjGttzzz> selectByExample(SjGttzzzExample example);
  50. /**
  51. * This method was generated by Apache iBATIS ibator.
  52. * This method corresponds to the database table sj_gttzzz
  53. *
  54. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  55. */
  56. SjGttzzz selectByPrimaryKey(Integer id);
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method corresponds to the database table sj_gttzzz
  60. *
  61. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  62. */
  63. int updateByExampleSelective(SjGttzzz record, SjGttzzzExample example);
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method corresponds to the database table sj_gttzzz
  67. *
  68. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  69. */
  70. int updateByExample(SjGttzzz record, SjGttzzzExample example);
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method corresponds to the database table sj_gttzzz
  74. *
  75. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  76. */
  77. int updateByPrimaryKeySelective(SjGttzzz record);
  78. /**
  79. * This method was generated by Apache iBATIS ibator.
  80. * This method corresponds to the database table sj_gttzzz
  81. *
  82. * @ibatorgenerated Wed Nov 04 09:48:28 CST 2015
  83. */
  84. int updateByPrimaryKey(SjGttzzz record);
  85. List<HycdrzzDTO> getHycdrzzByParam(Map<String, Object> param) throws Exception;
  86. }