SjScjfwjlDAO.java 3.0 KB

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