bdd9cffc157dee025802599ba722e66a710aff9f.svn-base 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. package cn.com.goldenwater.dcproj.model;
  2. import cn.com.goldenwater.core.model.BaseBean;
  3. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. /**
  8. * entity:BisInspVillgdWtspSrc
  9. *
  10. * @author lhc
  11. * @date 2021-4-23
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspVillgdWtspSrc extends BaseBean implements Serializable {
  15. // 主键ID
  16. @ApiModelProperty(value = "主键ID", name = "id")
  17. private String id;
  18. // 供水水工程ID
  19. @ApiModelProperty(value = "供水水工程ID", name = "wtspId")
  20. private String wtspId;
  21. // 登记表ID
  22. @ApiModelProperty(value = "登记表ID", name = "rgstrId")
  23. private String rgstrId;
  24. // 供水工程饮用水水源是否划定水源保护区/保护范围
  25. @ApiModelProperty(value = "供水工程饮用水水源是否划定水源保护区/保护范围", name = "isSureRange")
  26. private String isSureRange;
  27. // 供水工程水源保护区/保护范围是否设立标志牌和保护措施
  28. @ApiModelProperty(value = "供水工程水源保护区/保护范围是否设立标志牌和保护措施", name = "isSetLog")
  29. private String isSetLog;
  30. // 供水工程水源保护区/保护范围内是否有排污口,或向水体排放、倾倒有毒有害工业废渣、垃圾或其他废弃物
  31. @ApiModelProperty(value = "供水工程水源保护区/保护范围内是否有排污口,或向水体排放、倾倒有毒有害工业废渣、垃圾或其他废弃物", name = "isSetOut")
  32. private String isSetOut;
  33. // 管理单位是否定期开展水源巡查和记录
  34. @ApiModelProperty(value = "管理单位是否定期开展水源巡查和记录", name = "isPatrol")
  35. private String isPatrol;
  36. // 管理单位是否及时处理巡查发现问题
  37. @ApiModelProperty(value = "管理单位是否及时处理巡查发现问题", name = "isFindPblm")
  38. private String isFindPblm;
  39. // 记录人员ID
  40. @ApiModelProperty(value = "记录人员ID", name = "persId")
  41. private String persId;
  42. // 创建时间
  43. @ApiModelProperty(value = "创建时间", name = "intm")
  44. private Date intm;
  45. // 最后修改时间
  46. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  47. private Date uptm;
  48. // 备注
  49. @ApiModelProperty(value = "备注", name = "note")
  50. private String note;
  51. // 数据状态(0:正常;9:删除)
  52. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  53. private String dataStat;
  54. @ApiModelProperty(value = "状态", name = "state")
  55. private String state;
  56. public BisInspVillgdWtspSrc() {
  57. }
  58. public String getState() {
  59. return state;
  60. }
  61. public void setState(String state) {
  62. this.state = state;
  63. }
  64. public String getId() {
  65. return id;
  66. }
  67. public void setId(String id) {
  68. this.id = id;
  69. }
  70. public String getWtspId() {
  71. return wtspId;
  72. }
  73. public void setWtspId(String wtspId) {
  74. this.wtspId = wtspId;
  75. }
  76. public String getRgstrId() {
  77. return rgstrId;
  78. }
  79. public void setRgstrId(String rgstrId) {
  80. this.rgstrId = rgstrId;
  81. }
  82. public String getIsSureRange() {
  83. return isSureRange;
  84. }
  85. public void setIsSureRange(String isSureRange) {
  86. this.isSureRange = isSureRange;
  87. }
  88. public String getIsSetLog() {
  89. return isSetLog;
  90. }
  91. public void setIsSetLog(String isSetLog) {
  92. this.isSetLog = isSetLog;
  93. }
  94. public String getIsSetOut() {
  95. return isSetOut;
  96. }
  97. public void setIsSetOut(String isSetOut) {
  98. this.isSetOut = isSetOut;
  99. }
  100. public String getIsPatrol() {
  101. return isPatrol;
  102. }
  103. public void setIsPatrol(String isPatrol) {
  104. this.isPatrol = isPatrol;
  105. }
  106. public String getIsFindPblm() {
  107. return isFindPblm;
  108. }
  109. public void setIsFindPblm(String isFindPblm) {
  110. this.isFindPblm = isFindPblm;
  111. }
  112. public String getPersId() {
  113. return persId;
  114. }
  115. public void setPersId(String persId) {
  116. this.persId = persId;
  117. }
  118. public Date getIntm() {
  119. return intm;
  120. }
  121. public void setIntm(Date intm) {
  122. this.intm = intm;
  123. }
  124. public Date getUptm() {
  125. return uptm;
  126. }
  127. public void setUptm(Date uptm) {
  128. this.uptm = uptm;
  129. }
  130. public String getNote() {
  131. return note;
  132. }
  133. public void setNote(String note) {
  134. this.note = note;
  135. }
  136. public String getDataStat() {
  137. return dataStat;
  138. }
  139. public void setDataStat(String dataStat) {
  140. this.dataStat = dataStat;
  141. }
  142. @Override
  143. public String toString() {
  144. return "BisInspVillgdWtspSrc [" + "id=" + id + ", wtspId=" + wtspId + ", rgstrId=" + rgstrId + ", isSureRange=" + isSureRange + ", isSetLog=" + isSetLog + ", isSetOut=" + isSetOut + ", isPatrol=" + isPatrol + ", isFindPblm=" + isFindPblm + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + "]";
  145. }
  146. }