XtCsjlpzDAO.java 3.0 KB

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