d4dbdcaf0d88b9d92e6fccafc3a8415e01bdd136.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  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:BisInspSvwtAreaRgstrWswm
  9. *
  10. * @author lune
  11. * @date 2019-9-17
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspSvwtAreaRgstrWswm extends BaseBean implements Serializable {
  15. @ApiModelProperty("修改时间")
  16. private Date upTm;
  17. @ApiModelProperty("数据状态")
  18. private String dataStat;
  19. @ApiModelProperty("主键ID")
  20. private String id;
  21. @ApiModelProperty("登记表ID")
  22. private String rgstrId;
  23. @ApiModelProperty("2018年度用水总量控制指标")
  24. private Double useWwYy;
  25. @ApiModelProperty("2018年度实际用水总量")
  26. private Double relUseWw;
  27. @ApiModelProperty("2018年度用水总量是否超标(1:是;2:否)")
  28. private String useWwIsOp;
  29. @ApiModelProperty("2018年度工业实际用水总量")
  30. private Double indWu;
  31. @ApiModelProperty("2018年度农业实际用水总量")
  32. private Double agrWu;
  33. @ApiModelProperty("2018年度生活实际用水总量")
  34. private Double lifeWu;
  35. @ApiModelProperty("2018年度环境用水实际用水总量")
  36. private Double ecoWu;
  37. @ApiModelProperty("2018年度万元国内生产总值用水量")
  38. private Double gdpWu;
  39. @ApiModelProperty("2018年度万元工业增加值用水量")
  40. private Double indAddWu;
  41. @ApiModelProperty("2018年度农田灌溉水有效利用系数")
  42. private Double irrR;
  43. @ApiModelProperty("2018年度非常规水源实际利用量")
  44. private Double oth;
  45. @ApiModelProperty("2018年度非常规水源实际利用量与上一年度的比较(1:增;2:减)")
  46. private String othRt;
  47. @ApiModelProperty("2018年度非常规水源实际利用量与上一年度的比较值")
  48. private Double othRtVal;
  49. @ApiModelProperty("2018年度非常规水源实际利用量占年度实际用水总量的比例")
  50. private Double othUseWw;
  51. @ApiModelProperty("2019年度用水总量控制指标")
  52. private Double useWwYr;
  53. @ApiModelProperty("是否将用水强度控制指标纳入有关部门2019年度工作任务(1:是;2:否)")
  54. private String useWwIsTask;
  55. @ApiModelProperty("本行政区本年度用水计划的下达时间及形式是否符合规定(1:是;2:否)")
  56. private String wpRdIsComp;
  57. @ApiModelProperty("2019年度用水计划的下达形式是否符合规定(1:是;2:否)")
  58. private String wpOfIsComp;
  59. @ApiModelProperty("2019年度已执行计划用水管理的单位数量")
  60. private Long pwmidUnitNum;
  61. @ApiModelProperty("2019年度应执行计划用水管理的单位数量")
  62. private Long pwmiUnitNum;
  63. @ApiModelProperty("2019年度已执行计划用水管理的单位占应执行计划用水管理单位的比例")
  64. private Double pwmidPwmiR;
  65. @ApiModelProperty("计划用水管理机关是否按照要求向超计划用水单位发出警示(1:是;2:否)")
  66. private String apwuIsIwtopwuar;
  67. @ApiModelProperty("是否对超计划用水的单位实行加价收费(税)(1:是;2:否)")
  68. private String isUmwImc;
  69. @ApiModelProperty("计划用水管理机关是否按规定程序调整有关单位用水计划(1:是;2:否)")
  70. private String apwuIsAwupou;
  71. @ApiModelProperty("已建成的节水载体数量")
  72. private Long buldWcNum;
  73. @ApiModelProperty("已建成的节水型企业数量")
  74. private Long buldCompNum;
  75. @ApiModelProperty("已建成的节水型公共机构总数")
  76. private Long buldTituNum;
  77. @ApiModelProperty("已建成的节水型机关数量")
  78. private Long buldOfficeNum;
  79. @ApiModelProperty("已建成的节水型高校数量")
  80. private Long buldUnvstNum;
  81. @ApiModelProperty("已建成的节水型学校(不含高校)数量")
  82. private Long buldSchoolNum;
  83. @ApiModelProperty("已建成的其他节水型公共机构数量")
  84. private Long buldOthTituNum;
  85. @ApiModelProperty("本行政区已建成的其他节水型载体数量")
  86. private Long buldOthWcNum;
  87. @ApiModelProperty("记录人员ID")
  88. private String persId;
  89. @ApiModelProperty("创建时间")
  90. private Date inTm;
  91. @ApiModelProperty("本行政区已建成的节水型小区数量")
  92. private Long buldPlotNum;
  93. public BisInspSvwtAreaRgstrWswm() {
  94. }
  95. public Long getBuldPlotNum() {
  96. return buldPlotNum;
  97. }
  98. public void setBuldPlotNum(Long buldPlotNum) {
  99. this.buldPlotNum = buldPlotNum;
  100. }
  101. public Date getUpTm() {
  102. return upTm;
  103. }
  104. public void setUpTm(Date upTm) {
  105. this.upTm = upTm;
  106. }
  107. public String getDataStat() {
  108. return dataStat;
  109. }
  110. public void setDataStat(String dataStat) {
  111. this.dataStat = dataStat;
  112. }
  113. public String getId() {
  114. return id;
  115. }
  116. public void setId(String id) {
  117. this.id = id;
  118. }
  119. @Override
  120. public String getRgstrId() {
  121. return rgstrId;
  122. }
  123. @Override
  124. public void setRgstrId(String rgstrId) {
  125. this.rgstrId = rgstrId;
  126. }
  127. public Double getUseWwYy() {
  128. return useWwYy;
  129. }
  130. public void setUseWwYy(Double useWwYy) {
  131. this.useWwYy = useWwYy;
  132. }
  133. public Double getRelUseWw() {
  134. return relUseWw;
  135. }
  136. public void setRelUseWw(Double relUseWw) {
  137. this.relUseWw = relUseWw;
  138. }
  139. public String getUseWwIsOp() {
  140. return useWwIsOp;
  141. }
  142. public void setUseWwIsOp(String useWwIsOp) {
  143. this.useWwIsOp = useWwIsOp;
  144. }
  145. public Double getIndWu() {
  146. return indWu;
  147. }
  148. public void setIndWu(Double indWu) {
  149. this.indWu = indWu;
  150. }
  151. public Double getAgrWu() {
  152. return agrWu;
  153. }
  154. public void setAgrWu(Double agrWu) {
  155. this.agrWu = agrWu;
  156. }
  157. public Double getLifeWu() {
  158. return lifeWu;
  159. }
  160. public void setLifeWu(Double lifeWu) {
  161. this.lifeWu = lifeWu;
  162. }
  163. public Double getEcoWu() {
  164. return ecoWu;
  165. }
  166. public void setEcoWu(Double ecoWu) {
  167. this.ecoWu = ecoWu;
  168. }
  169. public Double getGdpWu() {
  170. return gdpWu;
  171. }
  172. public void setGdpWu(Double gdpWu) {
  173. this.gdpWu = gdpWu;
  174. }
  175. public Double getIndAddWu() {
  176. return indAddWu;
  177. }
  178. public void setIndAddWu(Double indAddWu) {
  179. this.indAddWu = indAddWu;
  180. }
  181. public Double getIrrR() {
  182. return irrR;
  183. }
  184. public void setIrrR(Double irrR) {
  185. this.irrR = irrR;
  186. }
  187. public Double getOth() {
  188. return oth;
  189. }
  190. public void setOth(Double oth) {
  191. this.oth = oth;
  192. }
  193. public String getOthRt() {
  194. return othRt;
  195. }
  196. public void setOthRt(String othRt) {
  197. this.othRt = othRt;
  198. }
  199. public Double getOthRtVal() {
  200. return othRtVal;
  201. }
  202. public void setOthRtVal(Double othRtVal) {
  203. this.othRtVal = othRtVal;
  204. }
  205. public Double getOthUseWw() {
  206. return othUseWw;
  207. }
  208. public void setOthUseWw(Double othUseWw) {
  209. this.othUseWw = othUseWw;
  210. }
  211. public Double getUseWwYr() {
  212. return useWwYr;
  213. }
  214. public void setUseWwYr(Double useWwYr) {
  215. this.useWwYr = useWwYr;
  216. }
  217. public String getUseWwIsTask() {
  218. return useWwIsTask;
  219. }
  220. public void setUseWwIsTask(String useWwIsTask) {
  221. this.useWwIsTask = useWwIsTask;
  222. }
  223. public String getWpRdIsComp() {
  224. return wpRdIsComp;
  225. }
  226. public void setWpRdIsComp(String wpRdIsComp) {
  227. this.wpRdIsComp = wpRdIsComp;
  228. }
  229. public String getWpOfIsComp() {
  230. return wpOfIsComp;
  231. }
  232. public void setWpOfIsComp(String wpOfIsComp) {
  233. this.wpOfIsComp = wpOfIsComp;
  234. }
  235. public Long getPwmidUnitNum() {
  236. return pwmidUnitNum;
  237. }
  238. public void setPwmidUnitNum(Long pwmidUnitNum) {
  239. this.pwmidUnitNum = pwmidUnitNum;
  240. }
  241. public Long getPwmiUnitNum() {
  242. return pwmiUnitNum;
  243. }
  244. public void setPwmiUnitNum(Long pwmiUnitNum) {
  245. this.pwmiUnitNum = pwmiUnitNum;
  246. }
  247. public Double getPwmidPwmiR() {
  248. return pwmidPwmiR;
  249. }
  250. public void setPwmidPwmiR(Double pwmidPwmiR) {
  251. this.pwmidPwmiR = pwmidPwmiR;
  252. }
  253. public String getApwuIsIwtopwuar() {
  254. return apwuIsIwtopwuar;
  255. }
  256. public void setApwuIsIwtopwuar(String apwuIsIwtopwuar) {
  257. this.apwuIsIwtopwuar = apwuIsIwtopwuar;
  258. }
  259. public String getIsUmwImc() {
  260. return isUmwImc;
  261. }
  262. public void setIsUmwImc(String isUmwImc) {
  263. this.isUmwImc = isUmwImc;
  264. }
  265. public String getApwuIsAwupou() {
  266. return apwuIsAwupou;
  267. }
  268. public void setApwuIsAwupou(String apwuIsAwupou) {
  269. this.apwuIsAwupou = apwuIsAwupou;
  270. }
  271. public Long getBuldWcNum() {
  272. return buldWcNum;
  273. }
  274. public void setBuldWcNum(Long buldWcNum) {
  275. this.buldWcNum = buldWcNum;
  276. }
  277. public Long getBuldCompNum() {
  278. return buldCompNum;
  279. }
  280. public void setBuldCompNum(Long buldCompNum) {
  281. this.buldCompNum = buldCompNum;
  282. }
  283. public Long getBuldTituNum() {
  284. return buldTituNum;
  285. }
  286. public void setBuldTituNum(Long buldTituNum) {
  287. this.buldTituNum = buldTituNum;
  288. }
  289. public Long getBuldOfficeNum() {
  290. return buldOfficeNum;
  291. }
  292. public void setBuldOfficeNum(Long buldOfficeNum) {
  293. this.buldOfficeNum = buldOfficeNum;
  294. }
  295. public Long getBuldUnvstNum() {
  296. return buldUnvstNum;
  297. }
  298. public void setBuldUnvstNum(Long buldUnvstNum) {
  299. this.buldUnvstNum = buldUnvstNum;
  300. }
  301. public Long getBuldSchoolNum() {
  302. return buldSchoolNum;
  303. }
  304. public void setBuldSchoolNum(Long buldSchoolNum) {
  305. this.buldSchoolNum = buldSchoolNum;
  306. }
  307. public Long getBuldOthTituNum() {
  308. return buldOthTituNum;
  309. }
  310. public void setBuldOthTituNum(Long buldOthTituNum) {
  311. this.buldOthTituNum = buldOthTituNum;
  312. }
  313. public Long getBuldOthWcNum() {
  314. return buldOthWcNum;
  315. }
  316. public void setBuldOthWcNum(Long buldOthWcNum) {
  317. this.buldOthWcNum = buldOthWcNum;
  318. }
  319. public String getPersId() {
  320. return persId;
  321. }
  322. public void setPersId(String persId) {
  323. this.persId = persId;
  324. }
  325. public Date getInTm() {
  326. return inTm;
  327. }
  328. public void setInTm(Date inTm) {
  329. this.inTm = inTm;
  330. }
  331. @Override
  332. public String toString() {
  333. return "BisInspSvwtAreaRgstrWswm [" + "upTm=" + upTm + ", dataStat=" + dataStat + ", id=" + id + ", rgstrId=" + rgstrId + ", useWwYy=" + useWwYy + ", relUseWw=" + relUseWw + ", useWwIsOp=" + useWwIsOp + ", indWu=" + indWu + ", agrWu=" + agrWu + ", lifeWu=" + lifeWu + ", ecoWu=" + ecoWu + ", gdpWu=" + gdpWu + ", indAddWu=" + indAddWu + ", irrR=" + irrR + ", oth=" + oth + ", othRt=" + othRt + ", othRtVal=" + othRtVal + ", othUseWw=" + othUseWw + ", useWwYr=" + useWwYr + ", useWwIsTask=" + useWwIsTask + ", wpRdIsComp=" + wpRdIsComp + ", wpOfIsComp=" + wpOfIsComp + ", pwmidUnitNum=" + pwmidUnitNum + ", pwmiUnitNum=" + pwmiUnitNum + ", pwmidPwmiR=" + pwmidPwmiR + ", apwuIsIwtopwuar=" + apwuIsIwtopwuar + ", isUmwImc=" + isUmwImc + ", apwuIsAwupou=" + apwuIsAwupou + ", buldWcNum=" + buldWcNum + ", buldCompNum=" + buldCompNum + ", buldTituNum=" + buldTituNum + ", buldOfficeNum=" + buldOfficeNum + ", buldUnvstNum=" + buldUnvstNum + ", buldSchoolNum=" + buldSchoolNum + ", buldOthTituNum=" + buldOthTituNum + ", buldOthWcNum=" + buldOthWcNum + ", persId=" + persId + ", inTm=" + inTm + "]";
  334. }
  335. }