SjEbpjtzDAO.java 2.9 KB

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