XxXxtsDAO.java 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. package com.huimv.xx.dao;
  2. import com.huimv.xt.dataobject.XtWxh;
  3. import com.huimv.xx.dataobject.XxXxts;
  4. import com.huimv.xx.dataobject.XxXxtsExample;
  5. import java.util.List;
  6. import java.util.Map;
  7. public interface XxXxtsDAO {
  8. /**
  9. * This method was generated by Apache iBATIS ibator.
  10. * This method corresponds to the database table xx_xxts
  11. *
  12. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  13. */
  14. int countByExample(XxXxtsExample example);
  15. /**
  16. * This method was generated by Apache iBATIS ibator.
  17. * This method corresponds to the database table xx_xxts
  18. *
  19. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  20. */
  21. int deleteByExample(XxXxtsExample example);
  22. /**
  23. * This method was generated by Apache iBATIS ibator.
  24. * This method corresponds to the database table xx_xxts
  25. *
  26. * @ibatorgenerated Mon Apr 13 16:30:49 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 xx_xxts
  32. *
  33. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  34. */
  35. void insert(XxXxts record);
  36. /**
  37. * This method was generated by Apache iBATIS ibator.
  38. * This method corresponds to the database table xx_xxts
  39. *
  40. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  41. */
  42. void insertSelective(XxXxts record);
  43. /**
  44. * This method was generated by Apache iBATIS ibator.
  45. * This method corresponds to the database table xx_xxts
  46. *
  47. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  48. */
  49. List<XxXxts> selectByExample(XxXxtsExample example);
  50. /**
  51. * This method was generated by Apache iBATIS ibator.
  52. * This method corresponds to the database table xx_xxts
  53. *
  54. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  55. */
  56. XxXxts selectByPrimaryKey(Integer id);
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method corresponds to the database table xx_xxts
  60. *
  61. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  62. */
  63. List<XtWxh> selectWxhByParam(Map<String, Object> paramMap);
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method corresponds to the database table xx_xxts
  67. *
  68. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  69. */
  70. int updateByExampleSelective(XxXxts record, XxXxtsExample example);
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method corresponds to the database table xx_xxts
  74. *
  75. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  76. */
  77. int updateByExample(XxXxts record, XxXxtsExample example);
  78. /**
  79. * This method was generated by Apache iBATIS ibator.
  80. * This method corresponds to the database table xx_xxts
  81. *
  82. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  83. */
  84. int updateByPrimaryKeySelective(XxXxts record);
  85. /**
  86. * This method was generated by Apache iBATIS ibator.
  87. * This method corresponds to the database table xx_xxts
  88. *
  89. * @ibatorgenerated Mon Apr 13 16:30:49 CST 2015
  90. */
  91. int updateByPrimaryKey(XxXxts record);
  92. /**
  93. * 已读消息推送
  94. * @param paramMap
  95. * @return
  96. */
  97. public int countXxByParam(Map<String, Object> paramMap);
  98. public List<XxXxts> selectXxByParam(Map<String, Object> paramMap);
  99. public List<XxXxts> selectZyByParam(Map<String, Object> paramMap);
  100. public List<XxXxts> selectXxtsByParam(Map<String, Object> paramMap);
  101. public int countSbxxByParam(Map<String, Object> paramMap);
  102. }