c01453358806879b0870f6ae1654f17f4f77e22e.svn-base 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import java.io.Serializable;
  5. import java.util.Date;
  6. /**
  7. * BisNewWateruserInfoParam
  8. *
  9. * @author lune
  10. * @date 2020-3-31
  11. */
  12. public class BisNewWateruserInfoParam extends PageParam implements Serializable {
  13. private Double lgtd;
  14. private Double lttd;
  15. private Double lgtdpc;
  16. private Double lttdpc;
  17. @ApiModelProperty("水量是否够用")
  18. private String isWaterReach;
  19. @ApiModelProperty("两步制水价价格,计量水价存放")
  20. private String jiliangPriceTwo;
  21. @ApiModelProperty("两步制水价价格,固定水价存放")
  22. private String gudingPriceTwo;
  23. @ApiModelProperty("1为月元。户/2为月人。户")
  24. private String gudingPriceDw;
  25. @ApiModelProperty("固定水价,以及两步制水价固定水价部分")
  26. private String gudingPrice;
  27. @ApiModelProperty("存放限制额度(两步制水价限额)")
  28. private String xianEPrice;
  29. @ApiModelProperty("单一制水价价格,计量水价存放,水费类型1,4存放")
  30. private String jiliangPrice;
  31. @ApiModelProperty("阶梯水价1")
  32. private String jietiPriceOne;
  33. @ApiModelProperty("阶梯水价2")
  34. private String jietiPriceTwo;
  35. @ApiModelProperty("阶梯水价3")
  36. private String jietiPriceThree;
  37. @ApiModelProperty("阶梯水价,阶梯限额1")
  38. private String jietiXianeOne;
  39. @ApiModelProperty("阶梯水价,阶梯限额2")
  40. private String jietiXianeTwo;
  41. @ApiModelProperty("阶梯水价,阶梯限额3")
  42. private String jietiXianeThree;
  43. @ApiModelProperty("人饮督查登记表id")
  44. private String regstrId;
  45. @ApiModelProperty("用水户ID")
  46. private String id;
  47. @ApiModelProperty("行政村编码")
  48. private String adCode;
  49. @ApiModelProperty("调查地点,村组")
  50. private String villageNm;
  51. @ApiModelProperty("户主姓名")
  52. private String userNm;
  53. @ApiModelProperty("电话")
  54. private String telphone;
  55. @ApiModelProperty("水质是否良好,1是,2否")
  56. private String isQualityGood;
  57. @ApiModelProperty("水质存在问题")
  58. private String qualityProblem;
  59. @ApiModelProperty("是否供水入户,1是,2否")
  60. private String isSplyHome;
  61. @ApiModelProperty("是否24小时供水,1是,2否")
  62. private String is24hSupply;
  63. @ApiModelProperty("水量存在问题")
  64. private String waterProblem;
  65. @ApiModelProperty("是否收取水费,1是,2否")
  66. private String isCalFee;
  67. @ApiModelProperty("水价类型,1单一水价,2两步制水价,3阶梯水价,4固定水价")
  68. private String feeType;
  69. @ApiModelProperty("计量水价信息")
  70. private String isJiliangFeeNote;
  71. @ApiModelProperty("计量水价类型,feeType类型1-3为1")
  72. private String isJiliangFeeType;
  73. @ApiModelProperty("计量水价")
  74. private String isJiliangFee;
  75. @ApiModelProperty("固定水价信息")
  76. private String isGudingFeeNote;
  77. @ApiModelProperty("固定水价,feeType类型为4,值为1")
  78. private String isGudingFee;
  79. @ApiModelProperty("总体评价-是否解决问题")
  80. private String feeProblem;
  81. @ApiModelProperty("是否供水保证率存在问题,1是,2否")
  82. private String isSplyProblem;
  83. @ApiModelProperty("供水保证率存在问题")
  84. private String splyProblem;
  85. @ApiModelProperty("是否贫困县,1是,2否")
  86. private String isPkx;
  87. @ApiModelProperty("暗访日期")
  88. private Date visitDate;
  89. @ApiModelProperty("记录人员ID")
  90. private String persId;
  91. @ApiModelProperty("记录人员名称")
  92. private String recPers2;
  93. @ApiModelProperty("创建时间")
  94. private Date createTime;
  95. @ApiModelProperty("修改时间")
  96. private Date updateTime;
  97. private String status;
  98. @ApiModelProperty("用水是否方便,用水是否方便,达标")
  99. private String isEasyUse;
  100. @ApiModelProperty("用水方便是否存在问题,1是,2否")
  101. private String easyUseProblem;
  102. @ApiModelProperty("是否知晓服务人员电话,1是,2否")
  103. private String isKnowServicer;
  104. @ApiModelProperty("是否进行电话回访")
  105. private String isCallRollback;
  106. @ApiModelProperty("信息备注")
  107. private String visiteNote;
  108. @ApiModelProperty("详细地址")
  109. private String adFullName;
  110. public BisNewWateruserInfoParam() {
  111. }
  112. public String getIsWaterReach() {
  113. return isWaterReach;
  114. }
  115. public void setIsWaterReach(String isWaterReach) {
  116. this.isWaterReach = isWaterReach;
  117. }
  118. public String getAdFullName() {
  119. return adFullName;
  120. }
  121. public void setAdFullName(String adFullName) {
  122. this.adFullName = adFullName;
  123. }
  124. public String getGudingPriceTwo() {
  125. return gudingPriceTwo;
  126. }
  127. public void setGudingPriceTwo(String gudingPriceTwo) {
  128. this.gudingPriceTwo = gudingPriceTwo;
  129. }
  130. public String getJiliangPriceTwo() {
  131. return jiliangPriceTwo;
  132. }
  133. public void setJiliangPriceTwo(String jiliangPriceTwo) {
  134. this.jiliangPriceTwo = jiliangPriceTwo;
  135. }
  136. public Double getLgtd() {
  137. return lgtd;
  138. }
  139. public void setLgtd(Double lgtd) {
  140. this.lgtd = lgtd;
  141. }
  142. public Double getLttd() {
  143. return lttd;
  144. }
  145. public void setLttd(Double lttd) {
  146. this.lttd = lttd;
  147. }
  148. public Double getLgtdpc() {
  149. return lgtdpc;
  150. }
  151. public void setLgtdpc(Double lgtdpc) {
  152. this.lgtdpc = lgtdpc;
  153. }
  154. public Double getLttdpc() {
  155. return lttdpc;
  156. }
  157. public void setLttdpc(Double lttdpc) {
  158. this.lttdpc = lttdpc;
  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 getRegstrId() {
  221. return regstrId;
  222. }
  223. public void setRegstrId(String regstrId) {
  224. this.regstrId = regstrId;
  225. }
  226. public String getId() {
  227. return id;
  228. }
  229. public void setId(String id) {
  230. this.id = id;
  231. }
  232. public String getAdCode() {
  233. return adCode;
  234. }
  235. public void setAdCode(String adCode) {
  236. this.adCode = adCode;
  237. }
  238. public String getVillageNm() {
  239. return villageNm;
  240. }
  241. public void setVillageNm(String villageNm) {
  242. this.villageNm = villageNm;
  243. }
  244. public String getUserNm() {
  245. return userNm;
  246. }
  247. public void setUserNm(String userNm) {
  248. this.userNm = userNm;
  249. }
  250. public String getTelphone() {
  251. return telphone;
  252. }
  253. public void setTelphone(String telphone) {
  254. this.telphone = telphone;
  255. }
  256. public String getIsQualityGood() {
  257. return isQualityGood;
  258. }
  259. public void setIsQualityGood(String isQualityGood) {
  260. this.isQualityGood = isQualityGood;
  261. }
  262. public String getQualityProblem() {
  263. return qualityProblem;
  264. }
  265. public void setQualityProblem(String qualityProblem) {
  266. this.qualityProblem = qualityProblem;
  267. }
  268. public String getIsSplyHome() {
  269. return isSplyHome;
  270. }
  271. public void setIsSplyHome(String isSplyHome) {
  272. this.isSplyHome = isSplyHome;
  273. }
  274. public String getIs24hSupply() {
  275. return is24hSupply;
  276. }
  277. public void setIs24hSupply(String is24hSupply) {
  278. this.is24hSupply = is24hSupply;
  279. }
  280. public String getWaterProblem() {
  281. return waterProblem;
  282. }
  283. public void setWaterProblem(String waterProblem) {
  284. this.waterProblem = waterProblem;
  285. }
  286. public String getIsCalFee() {
  287. return isCalFee;
  288. }
  289. public void setIsCalFee(String isCalFee) {
  290. this.isCalFee = isCalFee;
  291. }
  292. public String getFeeType() {
  293. return feeType;
  294. }
  295. public void setFeeType(String feeType) {
  296. this.feeType = feeType;
  297. }
  298. public String getIsJiliangFeeNote() {
  299. return isJiliangFeeNote;
  300. }
  301. public void setIsJiliangFeeNote(String isJiliangFeeNote) {
  302. this.isJiliangFeeNote = isJiliangFeeNote;
  303. }
  304. public String getIsJiliangFeeType() {
  305. return isJiliangFeeType;
  306. }
  307. public void setIsJiliangFeeType(String isJiliangFeeType) {
  308. this.isJiliangFeeType = isJiliangFeeType;
  309. }
  310. public String getIsJiliangFee() {
  311. return isJiliangFee;
  312. }
  313. public void setIsJiliangFee(String isJiliangFee) {
  314. this.isJiliangFee = isJiliangFee;
  315. }
  316. public String getIsGudingFeeNote() {
  317. return isGudingFeeNote;
  318. }
  319. public void setIsGudingFeeNote(String isGudingFeeNote) {
  320. this.isGudingFeeNote = isGudingFeeNote;
  321. }
  322. public String getIsGudingFee() {
  323. return isGudingFee;
  324. }
  325. public void setIsGudingFee(String isGudingFee) {
  326. this.isGudingFee = isGudingFee;
  327. }
  328. public String getFeeProblem() {
  329. return feeProblem;
  330. }
  331. public void setFeeProblem(String feeProblem) {
  332. this.feeProblem = feeProblem;
  333. }
  334. public String getIsSplyProblem() {
  335. return isSplyProblem;
  336. }
  337. public void setIsSplyProblem(String isSplyProblem) {
  338. this.isSplyProblem = isSplyProblem;
  339. }
  340. public String getSplyProblem() {
  341. return splyProblem;
  342. }
  343. public void setSplyProblem(String splyProblem) {
  344. this.splyProblem = splyProblem;
  345. }
  346. public String getIsPkx() {
  347. return isPkx;
  348. }
  349. public void setIsPkx(String isPkx) {
  350. this.isPkx = isPkx;
  351. }
  352. public Date getVisitDate() {
  353. return visitDate;
  354. }
  355. public void setVisitDate(Date visitDate) {
  356. this.visitDate = visitDate;
  357. }
  358. public String getPersId() {
  359. return persId;
  360. }
  361. public void setPersId(String persId) {
  362. this.persId = persId;
  363. }
  364. public String getRecPers2() {
  365. return recPers2;
  366. }
  367. public void setRecPers2(String recPers2) {
  368. this.recPers2 = recPers2;
  369. }
  370. public Date getCreateTime() {
  371. return createTime;
  372. }
  373. public void setCreateTime(Date createTime) {
  374. this.createTime = createTime;
  375. }
  376. public Date getUpdateTime() {
  377. return updateTime;
  378. }
  379. public void setUpdateTime(Date updateTime) {
  380. this.updateTime = updateTime;
  381. }
  382. public String getStatus() {
  383. return status;
  384. }
  385. public void setStatus(String status) {
  386. this.status = status;
  387. }
  388. public String getIsEasyUse() {
  389. return isEasyUse;
  390. }
  391. public void setIsEasyUse(String isEasyUse) {
  392. this.isEasyUse = isEasyUse;
  393. }
  394. public String getEasyUseProblem() {
  395. return easyUseProblem;
  396. }
  397. public void setEasyUseProblem(String easyUseProblem) {
  398. this.easyUseProblem = easyUseProblem;
  399. }
  400. public String getIsKnowServicer() {
  401. return isKnowServicer;
  402. }
  403. public void setIsKnowServicer(String isKnowServicer) {
  404. this.isKnowServicer = isKnowServicer;
  405. }
  406. public String getIsCallRollback() {
  407. return isCallRollback;
  408. }
  409. public void setIsCallRollback(String isCallRollback) {
  410. this.isCallRollback = isCallRollback;
  411. }
  412. public String getVisiteNote() {
  413. return visiteNote;
  414. }
  415. public void setVisiteNote(String visiteNote) {
  416. this.visiteNote = visiteNote;
  417. }
  418. }