SjLqjlDAO.java 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. package com.huimv.cs.dao;
  2. import com.huimv.cs.dataobject.SjLqjl;
  3. import com.huimv.cs.dataobject.SjLqjlExample;
  4. import com.huimv.sj.dataobject.SjFwjl;
  5. import com.huimv.sj.dataobject.SjSscssj;
  6. import com.huimv.sj.dataobject.SjSshjkz;
  7. import com.huimv.xt.dataobject.XtFlzzd;
  8. import java.util.List;
  9. import java.util.Map;
  10. public interface SjLqjlDAO {
  11. /**
  12. * This method was generated by Apache iBATIS ibator.
  13. * This method corresponds to the database table sj_lqjl
  14. *
  15. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  16. */
  17. int countByExample(SjLqjlExample example);
  18. /**
  19. * This method was generated by Apache iBATIS ibator.
  20. * This method corresponds to the database table sj_lqjl
  21. *
  22. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  23. */
  24. int deleteByExample(SjLqjlExample example);
  25. /**
  26. * This method was generated by Apache iBATIS ibator.
  27. * This method corresponds to the database table sj_lqjl
  28. *
  29. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  30. */
  31. int deleteByPrimaryKey(Integer id);
  32. /**
  33. * This method was generated by Apache iBATIS ibator.
  34. * This method corresponds to the database table sj_lqjl
  35. *
  36. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  37. */
  38. void insert(SjLqjl record);
  39. /**
  40. * This method was generated by Apache iBATIS ibator.
  41. * This method corresponds to the database table sj_lqjl
  42. *
  43. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  44. */
  45. void insertSelective(SjLqjl record);
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method corresponds to the database table sj_lqjl
  49. *
  50. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  51. */
  52. List<SjLqjl> selectByExample(SjLqjlExample example);
  53. /**
  54. * This method was generated by Apache iBATIS ibator.
  55. * This method corresponds to the database table sj_lqjl
  56. *
  57. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  58. */
  59. SjLqjl selectByPrimaryKey(Integer id);
  60. /**
  61. * This method was generated by Apache iBATIS ibator.
  62. * This method corresponds to the database table sj_lqjl
  63. *
  64. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  65. */
  66. int updateByExampleSelective(SjLqjl record, SjLqjlExample example);
  67. /**
  68. * This method was generated by Apache iBATIS ibator.
  69. * This method corresponds to the database table sj_lqjl
  70. *
  71. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  72. */
  73. int updateByExample(SjLqjl record, SjLqjlExample example);
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method corresponds to the database table sj_lqjl
  77. *
  78. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  79. */
  80. int updateByPrimaryKeySelective(SjLqjl record);
  81. /**
  82. * This method was generated by Apache iBATIS ibator.
  83. * This method corresponds to the database table sj_lqjl
  84. *
  85. * @ibatorgenerated Thu Oct 22 13:42:41 CST 2015
  86. */
  87. int updateByPrimaryKey(SjLqjl record);
  88. int selectCountScslxxByParam(Map<String, Object> searchParam);
  89. int selectCountScfwjlxxByParam(Map<String, Object> searchParam);
  90. int selectCountSchjkzxxByParam(Map<String, Object> searchParam);
  91. int countSjlqjlByParam(Map<String, Object> searchParam);
  92. List<SjLqjl> getSjlqjlListByParam(Map<String, Object> searchParam);
  93. List<SjSscssj> getScslxxListByParam(Map<String, Object> searchParam);
  94. List<SjFwjl> getScfwjlxxListByParam(Map<String, Object> searchParam);
  95. List<SjSshjkz> getSchjkzxxListByParam(Map<String, Object> searchParam);
  96. }