XtSjpzDAO.java 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. package com.huimv.xt.dao;
  2. import com.huimv.da.dataobject.DaZsda;
  3. import com.huimv.xt.dataobject.XtHjbjcs;
  4. import com.huimv.xt.dataobject.XtSjpz;
  5. import com.huimv.xt.dataobject.XtSjpzExample;
  6. import java.util.List;
  7. import java.util.Map;
  8. public interface XtSjpzDAO {
  9. /**
  10. * This method was generated by Apache iBATIS ibator.
  11. * This method corresponds to the database table xt_sjpz
  12. *
  13. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  14. */
  15. int countByExample(XtSjpzExample example);
  16. /**
  17. * This method was generated by Apache iBATIS ibator.
  18. * This method corresponds to the database table xt_sjpz
  19. *
  20. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  21. */
  22. int deleteByExample(XtSjpzExample example);
  23. /**
  24. * This method was generated by Apache iBATIS ibator.
  25. * This method corresponds to the database table xt_sjpz
  26. *
  27. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  28. */
  29. int deleteByPrimaryKey(Integer id);
  30. /**
  31. * This method was generated by Apache iBATIS ibator.
  32. * This method corresponds to the database table xt_sjpz
  33. *
  34. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  35. */
  36. void insert(XtSjpz record);
  37. /**
  38. * This method was generated by Apache iBATIS ibator.
  39. * This method corresponds to the database table xt_sjpz
  40. *
  41. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  42. */
  43. void insertSelective(XtSjpz record);
  44. /**
  45. * This method was generated by Apache iBATIS ibator.
  46. * This method corresponds to the database table xt_sjpz
  47. *
  48. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  49. */
  50. List<XtSjpz> selectByExample(XtSjpzExample example);
  51. /**
  52. * This method was generated by Apache iBATIS ibator.
  53. * This method corresponds to the database table xt_sjpz
  54. *
  55. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  56. */
  57. XtSjpz selectByPrimaryKey(Integer id);
  58. /**
  59. * This method was generated by Apache iBATIS ibator.
  60. * This method corresponds to the database table xt_sjpz
  61. *
  62. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  63. */
  64. int updateByExampleSelective(XtSjpz record, XtSjpzExample example);
  65. /**
  66. * This method was generated by Apache iBATIS ibator.
  67. * This method corresponds to the database table xt_sjpz
  68. *
  69. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  70. */
  71. int updateByExample(XtSjpz record, XtSjpzExample example);
  72. /**
  73. * This method was generated by Apache iBATIS ibator.
  74. * This method corresponds to the database table xt_sjpz
  75. *
  76. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  77. */
  78. int updateByPrimaryKeySelective(XtSjpz record);
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method corresponds to the database table xt_sjpz
  82. *
  83. * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016
  84. */
  85. int updateByPrimaryKey(XtSjpz record);
  86. /**
  87. * 根据参数统计
  88. * @param paramMap
  89. * @return
  90. */
  91. int countHjbjsjpzByParam(Map<String, Object> paramMap);
  92. /**
  93. * 根据参数查询
  94. * @param paramMap
  95. * @return
  96. */
  97. List<XtSjpz> selectHjbjsjpzByParam(Map<String, Object> paramMap);
  98. /**
  99. * 判断猪舍信息是否重复
  100. */
  101. List<DaZsda> selectHjbjsjpzCheckZsxx(Map<String, Object> paramMap);
  102. }