63bb6a278d1883dee1915d01e5ed62801626fd48.svn-base 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. package cn.com.goldenwater.dcproj.dto;
  2. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  3. import java.io.Serializable;
  4. /**
  5. * entity:BisInspProSourceProtect
  6. *
  7. * @author zhengdafei
  8. * @date 2019-3-3
  9. */
  10. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  11. public class BisInspProSourceProtectDcdxDto extends VillDcdxBaseDto implements Serializable {
  12. // 水源地编码
  13. private String wtsrCd;
  14. // 未划定水源保护区或保护范围
  15. private String proPlbm;
  16. // 不存在水源保护标志
  17. private String mkPlbm;
  18. // 周边存在污染源
  19. private String pollPlbm;
  20. // 不存在应急备用水源
  21. private String spPlbm;
  22. private Double lgtd;
  23. private Double lttd;
  24. private Double lgtdpc;
  25. private Double lttdpc;
  26. // 供水工程水源地ID
  27. private String engSurId;
  28. // 农村饮水工程登记表ID
  29. private String engId;
  30. // 水源地名称
  31. private String waterSourceNm;
  32. // 所在地
  33. private String villageNm;
  34. // 供水工程
  35. private String cwsCode;
  36. // 设计取水规模(m3/d)
  37. private Double planInsAmount;
  38. // 水源类型
  39. private String sourceType;
  40. // 是否划定水源保护区或保护范围
  41. private String isProtectArea;
  42. // 水源水质评价
  43. private String waterQuality;
  44. // 是否有水源保护标志
  45. private String isProtectMark;
  46. // 周边是否有污染源
  47. private String isPollSource;
  48. // 是否有应急备用水源
  49. private String isSpare;
  50. // 暗访日期
  51. private String visitDate;
  52. // 记录人员ID
  53. private String recPersId;
  54. // 记录人员
  55. private String recPers2;
  56. // 记录人员电话
  57. private String recPersTel;
  58. // 创建时间
  59. private String createTime;
  60. // 修改时间
  61. private String updateTime;
  62. // 状态
  63. private String status;
  64. private String src;
  65. private String adCode;
  66. //周边污染源备注
  67. private String pollNote;
  68. public String getAdCode() {
  69. return adCode;
  70. }
  71. public void setAdCode(String adCode) {
  72. this.adCode = adCode;
  73. }
  74. public BisInspProSourceProtectDcdxDto() {
  75. }
  76. public String getSrc() {
  77. return src;
  78. }
  79. public void setSrc(String src) {
  80. this.src = src;
  81. }
  82. public String getWtsrCd() {
  83. return wtsrCd;
  84. }
  85. public void setWtsrCd(String wtsrCd) {
  86. this.wtsrCd = wtsrCd;
  87. }
  88. public String getProPlbm() {
  89. return proPlbm;
  90. }
  91. public void setProPlbm(String proPlbm) {
  92. this.proPlbm = proPlbm;
  93. }
  94. public String getMkPlbm() {
  95. return mkPlbm;
  96. }
  97. public void setMkPlbm(String mkPlbm) {
  98. this.mkPlbm = mkPlbm;
  99. }
  100. public String getPollPlbm() {
  101. return pollPlbm;
  102. }
  103. public void setPollPlbm(String pollPlbm) {
  104. this.pollPlbm = pollPlbm;
  105. }
  106. public String getSpPlbm() {
  107. return spPlbm;
  108. }
  109. public void setSpPlbm(String spPlbm) {
  110. this.spPlbm = spPlbm;
  111. }
  112. public Double getLgtd() {
  113. return lgtd;
  114. }
  115. public void setLgtd(Double lgtd) {
  116. this.lgtd = lgtd;
  117. }
  118. public Double getLttd() {
  119. return lttd;
  120. }
  121. public void setLttd(Double lttd) {
  122. this.lttd = lttd;
  123. }
  124. public Double getLgtdpc() {
  125. return lgtdpc;
  126. }
  127. public void setLgtdpc(Double lgtdpc) {
  128. this.lgtdpc = lgtdpc;
  129. }
  130. public Double getLttdpc() {
  131. return lttdpc;
  132. }
  133. public void setLttdpc(Double lttdpc) {
  134. this.lttdpc = lttdpc;
  135. }
  136. public String getEngSurId() {
  137. return engSurId;
  138. }
  139. public void setEngSurId(String engSurId) {
  140. this.engSurId = engSurId;
  141. }
  142. public String getEngId() {
  143. return engId;
  144. }
  145. public void setEngId(String engId) {
  146. this.engId = engId;
  147. }
  148. public String getWaterSourceNm() {
  149. return waterSourceNm;
  150. }
  151. public void setWaterSourceNm(String waterSourceNm) {
  152. this.waterSourceNm = waterSourceNm;
  153. }
  154. public String getVillageNm() {
  155. return villageNm;
  156. }
  157. public void setVillageNm(String villageNm) {
  158. this.villageNm = villageNm;
  159. }
  160. public String getCwsCode() {
  161. return cwsCode;
  162. }
  163. public void setCwsCode(String cwsCode) {
  164. this.cwsCode = cwsCode;
  165. }
  166. public Double getPlanInsAmount() {
  167. return planInsAmount;
  168. }
  169. public void setPlanInsAmount(Double planInsAmount) {
  170. this.planInsAmount = planInsAmount;
  171. }
  172. public String getSourceType() {
  173. return sourceType;
  174. }
  175. public void setSourceType(String sourceType) {
  176. this.sourceType = sourceType;
  177. }
  178. public String getIsProtectArea() {
  179. return isProtectArea;
  180. }
  181. public void setIsProtectArea(String isProtectArea) {
  182. this.isProtectArea = isProtectArea;
  183. }
  184. public String getWaterQuality() {
  185. return waterQuality;
  186. }
  187. public void setWaterQuality(String waterQuality) {
  188. this.waterQuality = waterQuality;
  189. }
  190. public String getIsProtectMark() {
  191. return isProtectMark;
  192. }
  193. public void setIsProtectMark(String isProtectMark) {
  194. this.isProtectMark = isProtectMark;
  195. }
  196. public String getIsPollSource() {
  197. return isPollSource;
  198. }
  199. public void setIsPollSource(String isPollSource) {
  200. this.isPollSource = isPollSource;
  201. }
  202. public String getIsSpare() {
  203. return isSpare;
  204. }
  205. public void setIsSpare(String isSpare) {
  206. this.isSpare = isSpare;
  207. }
  208. public String getVisitDate() {
  209. return visitDate;
  210. }
  211. public void setVisitDate(String visitDate) {
  212. this.visitDate = visitDate;
  213. }
  214. public String getRecPersId() {
  215. return recPersId;
  216. }
  217. public void setRecPersId(String recPersId) {
  218. this.recPersId = recPersId;
  219. }
  220. public String getRecPers2() {
  221. return recPers2;
  222. }
  223. public void setRecPers2(String recPers2) {
  224. this.recPers2 = recPers2;
  225. }
  226. public String getRecPersTel() {
  227. return recPersTel;
  228. }
  229. public void setRecPersTel(String recPersTel) {
  230. this.recPersTel = recPersTel;
  231. }
  232. public String getCreateTime() {
  233. return createTime;
  234. }
  235. public void setCreateTime(String createTime) {
  236. this.createTime = createTime;
  237. }
  238. public String getUpdateTime() {
  239. return updateTime;
  240. }
  241. public void setUpdateTime(String updateTime) {
  242. this.updateTime = updateTime;
  243. }
  244. public String getStatus() {
  245. return status;
  246. }
  247. public void setStatus(String status) {
  248. this.status = status;
  249. }
  250. public String getPollNote() {
  251. return pollNote;
  252. }
  253. public void setPollNote(String pollNote) {
  254. this.pollNote = pollNote;
  255. }
  256. @Override
  257. public String toString() {
  258. return "BisInspProSourceProtect [" + "wtsrCd=" + wtsrCd + ", proPlbm=" + proPlbm + ", mkPlbm=" + mkPlbm + ", pollPlbm=" + pollPlbm + ", spPlbm=" + spPlbm + ", lgtd=" + lgtd + ", lttd=" + lttd + ", lgtdpc=" + lgtdpc + ", lttdpc=" + lttdpc + ", engSurId=" + engSurId + ", engId=" + engId + ", waterSourceNm=" + waterSourceNm + ", villageNm=" + villageNm + ", cwsCode=" + cwsCode + ", planInsAmount=" + planInsAmount + ", sourceType=" + sourceType + ", isProtectArea=" + isProtectArea + ", waterQuality=" + waterQuality + ", isProtectMark=" + isProtectMark + ", isPollSource=" + isPollSource + ", isSpare=" + isSpare + ", visitDate=" + visitDate + ", recPersId=" + recPersId + ", recPers2=" + recPers2 + ", recPersTel=" + recPersTel + ", createTime=" + createTime + ", updateTime=" + updateTime + ", status=" + status + ", pollNote=" + pollNote + "]";
  259. }
  260. }