60b2e9dfc208a1d63c4998654d4a13b8a7702aa5.svn-base 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  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:BisNewCountryFee
  9. *
  10. * @author lune
  11. * @date 2020-3-27
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisNewCountryFee extends BaseBean implements Serializable {
  15. @ApiModelProperty("工程是否正常运行")
  16. private String isProNormal;
  17. @ApiModelProperty("高德经度")
  18. private Double lgtd;
  19. @ApiModelProperty("高德纬度")
  20. private Double lttd;
  21. @ApiModelProperty("pc经度")
  22. private Double lgtdpc;
  23. @ApiModelProperty("pc纬度")
  24. private Double lttdpc;
  25. @ApiModelProperty("1为月元。户/2为月人。户")
  26. private String gudingPriceDw;
  27. @ApiModelProperty("固定水价,以及两步制水价固定水价部分")
  28. private String gudingPrice;
  29. @ApiModelProperty("存放限制额度(两步制水价限额)")
  30. private String xianEPrice;
  31. @ApiModelProperty("单一制水价价格,计量水价存放")
  32. private String jiliangPrice;
  33. @ApiModelProperty("两步制水价价格,计量水价存放")
  34. private String jiliangPriceTwo;
  35. @ApiModelProperty("两步制水价价格,固定水价存放")
  36. private String gudingPriceTwo;
  37. @ApiModelProperty("阶梯水价1")
  38. private String jietiPriceOne;
  39. @ApiModelProperty("阶梯水价2")
  40. private String jietiPriceTwo;
  41. @ApiModelProperty("阶梯水价3")
  42. private String jietiPriceThree;
  43. @ApiModelProperty("阶梯水价,阶梯限额1")
  44. private String jietiXianeOne;
  45. @ApiModelProperty("阶梯水价,阶梯限额2")
  46. private String jietiXianeTwo;
  47. @ApiModelProperty("阶梯水价,阶梯限额3")
  48. private String jietiXianeThree;
  49. @ApiModelProperty("水价类型,1单一水价,2两步制水价,3阶梯水价,4固定水价")
  50. private String feeType;
  51. @ApiModelProperty("计量水价信息")
  52. private String isJiliangFeeNote;
  53. @ApiModelProperty("计量水价类型,feeType类型1-3为1")
  54. private String isJiliangFeeType;
  55. @ApiModelProperty("计量水价")
  56. private String isJiliangFee;
  57. @ApiModelProperty("固定水价信息")
  58. private String isGudingFeeNote;
  59. @ApiModelProperty("固定水价,feeType类型为4,值为1")
  60. private String isGudingFee;
  61. @ApiModelProperty("供水工程id")
  62. private String id;
  63. @ApiModelProperty(value = "人饮督查登记表id",required = true)
  64. private String regstrId;
  65. @ApiModelProperty(value = "行政村编码",required = true)
  66. private String adCode;
  67. @ApiModelProperty(value = "所在地")
  68. private String location;
  69. @ApiModelProperty(value = "人饮工程编码")
  70. private String cwsCode;
  71. @ApiModelProperty("设计供水规模")
  72. private String designWaterSupply;
  73. @ApiModelProperty("建成时间")
  74. private String finishTime;
  75. @ApiModelProperty("覆盖人口")
  76. private String overPeople;
  77. @ApiModelProperty("村组,所在地")
  78. private String villageNm;
  79. @ApiModelProperty("是否贫困县")
  80. private String isPkx;
  81. @ApiModelProperty("是否氟超标县,1是,2否")
  82. private String isFoOver;
  83. @ApiModelProperty("工程名称")
  84. private String projectNm;
  85. @ApiModelProperty("工程类型,1千人工程,2万人工程,3千人以下集中供水工程")
  86. private String projectType;
  87. @ApiModelProperty("水费是否定价,1是,2否")
  88. private String isFeeMake;
  89. @ApiModelProperty("水费定价依据,1政府文件定价,2自主定价,3物价部门核定")
  90. private String feeRely;
  91. @ApiModelProperty("计量水价信息")
  92. private String isJiliangNote;
  93. @ApiModelProperty("计量水价类型")
  94. private String isJiliangType;
  95. @ApiModelProperty("固定水价信息")
  96. private String isGudingNote;
  97. @ApiModelProperty("固定水价类型")
  98. private String isGudingType;
  99. @ApiModelProperty("是否收取水费")
  100. private String isCalFee;
  101. @ApiModelProperty("水费加补助是否覆盖成本")
  102. private String isOverBaseFee;
  103. @ApiModelProperty("水费缴费率")
  104. private String payFeeProcent;
  105. @ApiModelProperty("净化设备是否配备")
  106. private String isOwnCleanTool;
  107. @ApiModelProperty("净化设备是否运行政策")
  108. private String cleanToolNormal;
  109. @ApiModelProperty("暗访日期")
  110. private String visitDate;
  111. @ApiModelProperty("记录人员ID")
  112. private String persId;
  113. @ApiModelProperty("暗访人名称")
  114. private String recPers2;
  115. @ApiModelProperty("创建时间")
  116. private Date createTime;
  117. @ApiModelProperty("修改时间")
  118. private Date updateTime;
  119. private String status;
  120. @ApiModelProperty("消毒设备是否配置")
  121. private String isOwnDisinfTool;
  122. @ApiModelProperty("消毒设备是否符合政策")
  123. private String isOwnDisinfNormal;
  124. @ApiModelProperty("水质检测有无报告")
  125. private String waterQuaHaveNote;
  126. @ApiModelProperty("水质检测是否合格")
  127. private String waterQuaIsHege;
  128. @ApiModelProperty("水质检测不合格备注")
  129. private String waterQuaNohgNote;
  130. @ApiModelProperty("服务电话")
  131. private String telephone;
  132. @ApiModelProperty("详细地址")
  133. private String adFullName;
  134. public BisNewCountryFee() {
  135. }
  136. public String getIsProNormal() {
  137. return isProNormal;
  138. }
  139. public void setIsProNormal(String isProNormal) {
  140. this.isProNormal = isProNormal;
  141. }
  142. public String getAdFullName() {
  143. return adFullName;
  144. }
  145. public void setAdFullName(String adFullName) {
  146. this.adFullName = adFullName;
  147. }
  148. public String getGudingPriceTwo() {
  149. return gudingPriceTwo;
  150. }
  151. public void setGudingPriceTwo(String gudingPriceTwo) {
  152. this.gudingPriceTwo = gudingPriceTwo;
  153. }
  154. public String getJiliangPriceTwo() {
  155. return jiliangPriceTwo;
  156. }
  157. public void setJiliangPriceTwo(String jiliangPriceTwo) {
  158. this.jiliangPriceTwo = jiliangPriceTwo;
  159. }
  160. public String getGudingPriceDw() {
  161. return gudingPriceDw;
  162. }
  163. public void setGudingPriceDw(String gudingPriceDw) {
  164. this.gudingPriceDw = gudingPriceDw;
  165. }
  166. public String getGudingPrice() {
  167. return gudingPrice;
  168. }
  169. public void setGudingPrice(String gudingPrice) {
  170. this.gudingPrice = gudingPrice;
  171. }
  172. public String getXianEPrice() {
  173. return xianEPrice;
  174. }
  175. public void setXianEPrice(String xianEPrice) {
  176. this.xianEPrice = xianEPrice;
  177. }
  178. public String getJiliangPrice() {
  179. return jiliangPrice;
  180. }
  181. public void setJiliangPrice(String jiliangPrice) {
  182. this.jiliangPrice = jiliangPrice;
  183. }
  184. public String getJietiPriceOne() {
  185. return jietiPriceOne;
  186. }
  187. public void setJietiPriceOne(String jietiPriceOne) {
  188. this.jietiPriceOne = jietiPriceOne;
  189. }
  190. public String getJietiPriceTwo() {
  191. return jietiPriceTwo;
  192. }
  193. public void setJietiPriceTwo(String jietiPriceTwo) {
  194. this.jietiPriceTwo = jietiPriceTwo;
  195. }
  196. public String getJietiPriceThree() {
  197. return jietiPriceThree;
  198. }
  199. public void setJietiPriceThree(String jietiPriceThree) {
  200. this.jietiPriceThree = jietiPriceThree;
  201. }
  202. public String getJietiXianeOne() {
  203. return jietiXianeOne;
  204. }
  205. public void setJietiXianeOne(String jietiXianeOne) {
  206. this.jietiXianeOne = jietiXianeOne;
  207. }
  208. public String getJietiXianeTwo() {
  209. return jietiXianeTwo;
  210. }
  211. public void setJietiXianeTwo(String jietiXianeTwo) {
  212. this.jietiXianeTwo = jietiXianeTwo;
  213. }
  214. public String getJietiXianeThree() {
  215. return jietiXianeThree;
  216. }
  217. public void setJietiXianeThree(String jietiXianeThree) {
  218. this.jietiXianeThree = jietiXianeThree;
  219. }
  220. public String getIsJiliangFeeNote() {
  221. return isJiliangFeeNote;
  222. }
  223. public void setIsJiliangFeeNote(String isJiliangFeeNote) {
  224. this.isJiliangFeeNote = isJiliangFeeNote;
  225. }
  226. public String getIsJiliangFeeType() {
  227. return isJiliangFeeType;
  228. }
  229. public void setIsJiliangFeeType(String isJiliangFeeType) {
  230. this.isJiliangFeeType = isJiliangFeeType;
  231. }
  232. public String getIsGudingFeeNote() {
  233. return isGudingFeeNote;
  234. }
  235. public void setIsGudingFeeNote(String isGudingFeeNote) {
  236. this.isGudingFeeNote = isGudingFeeNote;
  237. }
  238. public String getLocation() {
  239. return location;
  240. }
  241. public void setLocation(String location) {
  242. this.location = location;
  243. }
  244. public Double getLgtd() {
  245. return lgtd;
  246. }
  247. public void setLgtd(Double lgtd) {
  248. this.lgtd = lgtd;
  249. }
  250. public Double getLttd() {
  251. return lttd;
  252. }
  253. public void setLttd(Double lttd) {
  254. this.lttd = lttd;
  255. }
  256. public Double getLgtdpc() {
  257. return lgtdpc;
  258. }
  259. public void setLgtdpc(Double lgtdpc) {
  260. this.lgtdpc = lgtdpc;
  261. }
  262. public Double getLttdpc() {
  263. return lttdpc;
  264. }
  265. public void setLttdpc(Double lttdpc) {
  266. this.lttdpc = lttdpc;
  267. }
  268. public String getCwsCode() {
  269. return cwsCode;
  270. }
  271. public void setCwsCode(String cwsCode) {
  272. this.cwsCode = cwsCode;
  273. }
  274. public String getId() {
  275. return id;
  276. }
  277. public void setId(String id) {
  278. this.id = id;
  279. }
  280. public String getRegstrId() {
  281. return regstrId;
  282. }
  283. public void setRegstrId(String regstrId) {
  284. this.regstrId = regstrId;
  285. }
  286. public String getAdCode() {
  287. return adCode;
  288. }
  289. public void setAdCode(String adCode) {
  290. this.adCode = adCode;
  291. }
  292. public String getDesignWaterSupply() {
  293. return designWaterSupply;
  294. }
  295. public void setDesignWaterSupply(String designWaterSupply) {
  296. this.designWaterSupply = designWaterSupply;
  297. }
  298. public String getFinishTime() {
  299. return finishTime;
  300. }
  301. public void setFinishTime(String finishTime) {
  302. this.finishTime = finishTime;
  303. }
  304. public String getOverPeople() {
  305. return overPeople;
  306. }
  307. public void setOverPeople(String overPeople) {
  308. this.overPeople = overPeople;
  309. }
  310. public String getVillageNm() {
  311. return villageNm;
  312. }
  313. public void setVillageNm(String villageNm) {
  314. this.villageNm = villageNm;
  315. }
  316. public String getIsPkx() {
  317. return isPkx;
  318. }
  319. public void setIsPkx(String isPkx) {
  320. this.isPkx = isPkx;
  321. }
  322. public String getIsFoOver() {
  323. return isFoOver;
  324. }
  325. public void setIsFoOver(String isFoOver) {
  326. this.isFoOver = isFoOver;
  327. }
  328. public String getProjectNm() {
  329. return projectNm;
  330. }
  331. public void setProjectNm(String projectNm) {
  332. this.projectNm = projectNm;
  333. }
  334. public String getProjectType() {
  335. return projectType;
  336. }
  337. public void setProjectType(String projectType) {
  338. this.projectType = projectType;
  339. }
  340. public String getIsFeeMake() {
  341. return isFeeMake;
  342. }
  343. public void setIsFeeMake(String isFeeMake) {
  344. this.isFeeMake = isFeeMake;
  345. }
  346. public String getFeeRely() {
  347. return feeRely;
  348. }
  349. public void setFeeRely(String feeRely) {
  350. this.feeRely = feeRely;
  351. }
  352. public String getIsJiliangNote() {
  353. return isJiliangNote;
  354. }
  355. public void setIsJiliangNote(String isJiliangNote) {
  356. this.isJiliangNote = isJiliangNote;
  357. }
  358. public String getIsJiliangType() {
  359. return isJiliangType;
  360. }
  361. public void setIsJiliangType(String isJiliangType) {
  362. this.isJiliangType = isJiliangType;
  363. }
  364. public String getIsJiliangFee() {
  365. return isJiliangFee;
  366. }
  367. public void setIsJiliangFee(String isJiliangFee) {
  368. this.isJiliangFee = isJiliangFee;
  369. }
  370. public String getIsGudingNote() {
  371. return isGudingNote;
  372. }
  373. public void setIsGudingNote(String isGudingNote) {
  374. this.isGudingNote = isGudingNote;
  375. }
  376. public String getIsGudingType() {
  377. return isGudingType;
  378. }
  379. public void setIsGudingType(String isGudingType) {
  380. this.isGudingType = isGudingType;
  381. }
  382. public String getIsGudingFee() {
  383. return isGudingFee;
  384. }
  385. public void setIsGudingFee(String isGudingFee) {
  386. this.isGudingFee = isGudingFee;
  387. }
  388. public String getFeeType() {
  389. return feeType;
  390. }
  391. public void setFeeType(String feeType) {
  392. this.feeType = feeType;
  393. }
  394. public String getIsCalFee() {
  395. return isCalFee;
  396. }
  397. public void setIsCalFee(String isCalFee) {
  398. this.isCalFee = isCalFee;
  399. }
  400. public String getIsOverBaseFee() {
  401. return isOverBaseFee;
  402. }
  403. public void setIsOverBaseFee(String isOverBaseFee) {
  404. this.isOverBaseFee = isOverBaseFee;
  405. }
  406. public String getPayFeeProcent() {
  407. return payFeeProcent;
  408. }
  409. public void setPayFeeProcent(String payFeeProcent) {
  410. this.payFeeProcent = payFeeProcent;
  411. }
  412. public String getIsOwnCleanTool() {
  413. return isOwnCleanTool;
  414. }
  415. public void setIsOwnCleanTool(String isOwnCleanTool) {
  416. this.isOwnCleanTool = isOwnCleanTool;
  417. }
  418. public String getCleanToolNormal() {
  419. return cleanToolNormal;
  420. }
  421. public void setCleanToolNormal(String cleanToolNormal) {
  422. this.cleanToolNormal = cleanToolNormal;
  423. }
  424. public String getVisitDate() {
  425. return visitDate;
  426. }
  427. public void setVisitDate(String visitDate) {
  428. this.visitDate = visitDate;
  429. }
  430. public String getPersId() {
  431. return persId;
  432. }
  433. public void setPersId(String persId) {
  434. this.persId = persId;
  435. }
  436. public String getRecPers2() {
  437. return recPers2;
  438. }
  439. public void setRecPers2(String recPers2) {
  440. this.recPers2 = recPers2;
  441. }
  442. public Date getCreateTime() {
  443. return createTime;
  444. }
  445. public void setCreateTime(Date createTime) {
  446. this.createTime = createTime;
  447. }
  448. public Date getUpdateTime() {
  449. return updateTime;
  450. }
  451. public void setUpdateTime(Date updateTime) {
  452. this.updateTime = updateTime;
  453. }
  454. public String getStatus() {
  455. return status;
  456. }
  457. public void setStatus(String status) {
  458. this.status = status;
  459. }
  460. public String getIsOwnDisinfTool() {
  461. return isOwnDisinfTool;
  462. }
  463. public void setIsOwnDisinfTool(String isOwnDisinfTool) {
  464. this.isOwnDisinfTool = isOwnDisinfTool;
  465. }
  466. public String getIsOwnDisinfNormal() {
  467. return isOwnDisinfNormal;
  468. }
  469. public void setIsOwnDisinfNormal(String isOwnDisinfNormal) {
  470. this.isOwnDisinfNormal = isOwnDisinfNormal;
  471. }
  472. public String getWaterQuaHaveNote() {
  473. return waterQuaHaveNote;
  474. }
  475. public void setWaterQuaHaveNote(String waterQuaHaveNote) {
  476. this.waterQuaHaveNote = waterQuaHaveNote;
  477. }
  478. public String getWaterQuaIsHege() {
  479. return waterQuaIsHege;
  480. }
  481. public void setWaterQuaIsHege(String waterQuaIsHege) {
  482. this.waterQuaIsHege = waterQuaIsHege;
  483. }
  484. public String getWaterQuaNohgNote() {
  485. return waterQuaNohgNote;
  486. }
  487. public void setWaterQuaNohgNote(String waterQuaNohgNote) {
  488. this.waterQuaNohgNote = waterQuaNohgNote;
  489. }
  490. public String getTelephone() {
  491. return telephone;
  492. }
  493. public void setTelephone(String telephone) {
  494. this.telephone = telephone;
  495. }
  496. @Override
  497. public String toString() {
  498. return "BisNewCountryFee [" + "id=" + id + ", regstrId=" + regstrId + ", adCode=" + adCode + ", designWaterSupply=" + designWaterSupply + ", finishTime=" + finishTime + ", overPeople=" + overPeople + ", villageNm=" + villageNm + ", isPkx=" + isPkx + ", isFoOver=" + isFoOver + ", projectNm=" + projectNm + ", projectType=" + projectType + ", isFeeMake=" + isFeeMake + ", feeRely=" + feeRely + ", isJiliangNote=" + isJiliangNote + ", isJiliangType=" + isJiliangType + ", isJiliangFee=" + isJiliangFee + ", isGudingNote=" + isGudingNote + ", isGudingType=" + isGudingType + ", isGudingFee=" + isGudingFee + ", feeType=" + feeType + ", isCalFee=" + isCalFee + ", isOverBaseFee=" + isOverBaseFee + ", payFeeProcent=" + payFeeProcent + ", isOwnCleanTool=" + isOwnCleanTool + ", cleanToolNormal=" + cleanToolNormal + ", visitDate=" + visitDate + ", persId=" + persId + ", recPers2=" + recPers2 + ", createTime=" + createTime + ", updateTime=" + updateTime + ", status=" + status + ", isOwnDisinfTool=" + isOwnDisinfTool + ", isOwnDisinfNormal=" + isOwnDisinfNormal + ", waterQuaHaveNote=" + waterQuaHaveNote + ", waterQuaIsHege=" + waterQuaIsHege + ", waterQuaNohgNote=" + waterQuaNohgNote + ", telephone=" + telephone + "]";
  499. }
  500. }