59b7f88f31b7e5aac81036986486c01e460d25f5.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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:BisInspVill2021Usr
  9. *
  10. * @author lhc
  11. * @date 2021-6-16
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspVill2021Usr extends BaseBean implements Serializable {
  15. /** 主键ID */
  16. @ApiModelProperty(value="主键ID",name="id")
  17. private String id;
  18. /** 行政村ID */
  19. @ApiModelProperty(value="行政村ID",name="villId")
  20. private String villId;
  21. /** 户主姓名 */
  22. @ApiModelProperty(value="户主姓名",name="usrNm")
  23. private String usrNm;
  24. /** 联系方式 */
  25. @ApiModelProperty(value="联系方式",name="usrTel")
  26. private String usrTel;
  27. /** 乡镇、村 */
  28. @ApiModelProperty(value="乡镇、村",name="usrLoc")
  29. private String usrLoc;
  30. /** 村组 */
  31. @ApiModelProperty(value="村组",name="usrVill")
  32. private String usrVill;
  33. /** 是否脱贫户 */
  34. @ApiModelProperty(value="是否脱贫户",name="isPoor")
  35. private String isPoor;
  36. /** 水质是否良好 */
  37. @ApiModelProperty(value="水质是否良好",name="isWtqa")
  38. private String isWtqa;
  39. /** 水量是否够用 */
  40. @ApiModelProperty(value="水量是否够用",name="isWtmt")
  41. private String isWtmt;
  42. /** 是否供水入户 */
  43. @ApiModelProperty(value="是否供水入户",name="isWtin")
  44. private String isWtin;
  45. /** 是否24小时供水 */
  46. @ApiModelProperty(value="是否24小时供水",name="is24wtin")
  47. private String is24wtin;
  48. /** 用水方便程度-是否达标 */
  49. @ApiModelProperty(value="用水方便程度-是否达标",name="isEasy")
  50. private String isEasy;
  51. /** 供水保证率--是否达标 */
  52. @ApiModelProperty(value="供水保证率--是否达标",name="isSafe")
  53. private String isSafe;
  54. /** 供水服务-是否知晓管水员或了解供水单位服务电话 */
  55. @ApiModelProperty(value="供水服务-是否知晓管水员或了解供水单位服务电话",name="isKnow")
  56. private String isKnow;
  57. /** 是否收取水费 */
  58. @ApiModelProperty(value="是否收取水费",name="isFee")
  59. private String isFee;
  60. /** 水价类型 1单一制水价 2两部制水价 3阶梯水价 4 固定水价 */
  61. @ApiModelProperty(value="水价类型 1单一制水价 2两部制水价 3阶梯水价 4 固定水价",name="wtType")
  62. private String wtType;
  63. /** 单一制水价 元 */
  64. @ApiModelProperty(value="单一制水价 元",name="singCost")
  65. private Double singCost;
  66. /** 计量水价 元 */
  67. @ApiModelProperty(value="计量水价 元",name="meaCost")
  68. private Double meaCost;
  69. /** 两部制水价固定水价 */
  70. @ApiModelProperty(value="两部制水价固定水价",name="twoCost")
  71. private Double twoCost;
  72. /** 两部制水价限额计量水价 */
  73. @ApiModelProperty(value="两部制水价限额计量水价",name="twoCostLimt")
  74. private Double twoCostLimt;
  75. /** 阶梯水价 第一阶梯 固定 元 */
  76. @ApiModelProperty(value="阶梯水价 第一阶梯 固定 元",name="step1Cost")
  77. private Double step1Cost;
  78. /** 阶梯水价 第一阶梯 限额 */
  79. @ApiModelProperty(value="阶梯水价 第一阶梯 限额",name="step1CostLimt")
  80. private Double step1CostLimt;
  81. /** 阶梯水价 第二阶梯 固定 元 */
  82. @ApiModelProperty(value="阶梯水价 第二阶梯 固定 元",name="step2Cost")
  83. private Double step2Cost;
  84. /** 阶梯水价 第二阶梯 限额 */
  85. @ApiModelProperty(value="阶梯水价 第二阶梯 限额",name="step2CostLimt")
  86. private Double step2CostLimt;
  87. /** 阶梯水价 第三阶梯 固定 元 */
  88. @ApiModelProperty(value="阶梯水价 第三阶梯 固定 元",name="step3Cost")
  89. private Double step3Cost;
  90. /** 阶梯水价 第三阶梯 限额 */
  91. @ApiModelProperty(value="阶梯水价 第三阶梯 限额",name="step3CostLimt")
  92. private Double step3CostLimt;
  93. /** 固定水价 元 */
  94. @ApiModelProperty(value="固定水价 元",name="fixCost")
  95. private Double fixCost;
  96. /** 固定水价单位 月/人月 */
  97. @ApiModelProperty(value="固定水价单位 月/人月",name="fixCostUnit")
  98. private String fixCostUnit;
  99. /** 总体评价-是否解决 */
  100. @ApiModelProperty(value="总体评价-是否解决",name="isSolve")
  101. private String isSolve;
  102. /** 记录人员ID */
  103. @ApiModelProperty(value="记录人员ID",name="persId")
  104. private String persId;
  105. /** 创建时间 */
  106. @ApiModelProperty(value="创建时间",name="intm")
  107. private Date intm;
  108. /** 最后修改时间 */
  109. @ApiModelProperty(value="最后修改时间",name="uptm")
  110. private Date uptm;
  111. /** 备注 */
  112. @ApiModelProperty(value="备注",name="note")
  113. private String note;
  114. /** 数据状态(0:正常;9:删除) */
  115. @ApiModelProperty(value="数据状态(0:正常;9:删除)",name="dataStat")
  116. private String dataStat;
  117. @ApiModelProperty("行政划区编码")
  118. private String adCode;
  119. public String getAdCode() {
  120. return adCode;
  121. }
  122. public void setAdCode(String adCode) {
  123. this.adCode = adCode;
  124. }
  125. public Double getMeaCost() {
  126. return meaCost;
  127. }
  128. public void setMeaCost(Double meaCost) {
  129. this.meaCost = meaCost;
  130. }
  131. public String getId() {
  132. return id;
  133. }
  134. public void setId(String id) {
  135. this.id = id;
  136. }
  137. public String getVillId() {
  138. return villId;
  139. }
  140. public void setVillId(String villId) {
  141. this.villId = villId;
  142. }
  143. public String getUsrNm() {
  144. return usrNm;
  145. }
  146. public void setUsrNm(String usrNm) {
  147. this.usrNm = usrNm;
  148. }
  149. public String getUsrTel() {
  150. return usrTel;
  151. }
  152. public void setUsrTel(String usrTel) {
  153. this.usrTel = usrTel;
  154. }
  155. public String getUsrLoc() {
  156. return usrLoc;
  157. }
  158. public void setUsrLoc(String usrLoc) {
  159. this.usrLoc = usrLoc;
  160. }
  161. public String getUsrVill() {
  162. return usrVill;
  163. }
  164. public void setUsrVill(String usrVill) {
  165. this.usrVill = usrVill;
  166. }
  167. public String getIsPoor() {
  168. return isPoor;
  169. }
  170. public void setIsPoor(String isPoor) {
  171. this.isPoor = isPoor;
  172. }
  173. public String getIsWtqa() {
  174. return isWtqa;
  175. }
  176. public void setIsWtqa(String isWtqa) {
  177. this.isWtqa = isWtqa;
  178. }
  179. public String getIsWtmt() {
  180. return isWtmt;
  181. }
  182. public void setIsWtmt(String isWtmt) {
  183. this.isWtmt = isWtmt;
  184. }
  185. public String getIsWtin() {
  186. return isWtin;
  187. }
  188. public void setIsWtin(String isWtin) {
  189. this.isWtin = isWtin;
  190. }
  191. public String getIs24wtin() {
  192. return is24wtin;
  193. }
  194. public void setIs24wtin(String is24wtin) {
  195. this.is24wtin = is24wtin;
  196. }
  197. public String getIsEasy() {
  198. return isEasy;
  199. }
  200. public void setIsEasy(String isEasy) {
  201. this.isEasy = isEasy;
  202. }
  203. public String getIsSafe() {
  204. return isSafe;
  205. }
  206. public void setIsSafe(String isSafe) {
  207. this.isSafe = isSafe;
  208. }
  209. public String getIsKnow() {
  210. return isKnow;
  211. }
  212. public void setIsKnow(String isKnow) {
  213. this.isKnow = isKnow;
  214. }
  215. public String getIsFee() {
  216. return isFee;
  217. }
  218. public void setIsFee(String isFee) {
  219. this.isFee = isFee;
  220. }
  221. public String getWtType() {
  222. return wtType;
  223. }
  224. public void setWtType(String wtType) {
  225. this.wtType = wtType;
  226. }
  227. public Double getSingCost() {
  228. return singCost;
  229. }
  230. public void setSingCost(Double singCost) {
  231. this.singCost = singCost;
  232. }
  233. public Double getTwoCost() {
  234. return twoCost;
  235. }
  236. public void setTwoCost(Double twoCost) {
  237. this.twoCost = twoCost;
  238. }
  239. public Double getTwoCostLimt() {
  240. return twoCostLimt;
  241. }
  242. public void setTwoCostLimt(Double twoCostLimt) {
  243. this.twoCostLimt = twoCostLimt;
  244. }
  245. public Double getStep1Cost() {
  246. return step1Cost;
  247. }
  248. public void setStep1Cost(Double step1Cost) {
  249. this.step1Cost = step1Cost;
  250. }
  251. public Double getStep1CostLimt() {
  252. return step1CostLimt;
  253. }
  254. public void setStep1CostLimt(Double step1CostLimt) {
  255. this.step1CostLimt = step1CostLimt;
  256. }
  257. public Double getStep2Cost() {
  258. return step2Cost;
  259. }
  260. public void setStep2Cost(Double step2Cost) {
  261. this.step2Cost = step2Cost;
  262. }
  263. public Double getStep2CostLimt() {
  264. return step2CostLimt;
  265. }
  266. public void setStep2CostLimt(Double step2CostLimt) {
  267. this.step2CostLimt = step2CostLimt;
  268. }
  269. public Double getStep3Cost() {
  270. return step3Cost;
  271. }
  272. public void setStep3Cost(Double step3Cost) {
  273. this.step3Cost = step3Cost;
  274. }
  275. public Double getStep3CostLimt() {
  276. return step3CostLimt;
  277. }
  278. public void setStep3CostLimt(Double step3CostLimt) {
  279. this.step3CostLimt = step3CostLimt;
  280. }
  281. public Double getFixCost() {
  282. return fixCost;
  283. }
  284. public void setFixCost(Double fixCost) {
  285. this.fixCost = fixCost;
  286. }
  287. public String getFixCostUnit() {
  288. return fixCostUnit;
  289. }
  290. public void setFixCostUnit(String fixCostUnit) {
  291. this.fixCostUnit = fixCostUnit;
  292. }
  293. public String getIsSolve() {
  294. return isSolve;
  295. }
  296. public void setIsSolve(String isSolve) {
  297. this.isSolve = isSolve;
  298. }
  299. public String getPersId() {
  300. return persId;
  301. }
  302. public void setPersId(String persId) {
  303. this.persId = persId;
  304. }
  305. public Date getIntm() {
  306. return intm;
  307. }
  308. public void setIntm(Date intm) {
  309. this.intm = intm;
  310. }
  311. public Date getUptm() {
  312. return uptm;
  313. }
  314. public void setUptm(Date uptm) {
  315. this.uptm = uptm;
  316. }
  317. public String getNote() {
  318. return note;
  319. }
  320. public void setNote(String note) {
  321. this.note = note;
  322. }
  323. public String getDataStat() {
  324. return dataStat;
  325. }
  326. public void setDataStat(String dataStat) {
  327. this.dataStat = dataStat;
  328. }
  329. @Override
  330. public String toString() {
  331. return "BisInspVill2021Usr [" + "id=" + id + ", villId=" + villId + ", usrNm=" + usrNm + ", usrTel=" + usrTel + ", usrLoc=" + usrLoc + ", usrVill=" + usrVill + ", isPoor=" + isPoor + ", isWtqa=" + isWtqa + ", isWtmt=" + isWtmt + ", isWtin=" + isWtin + ", is24wtin=" + is24wtin + ", isEasy=" + isEasy + ", isSafe=" + isSafe + ", isKnow=" + isKnow + ", isFee=" + isFee + ", wtType=" + wtType + ", singCost=" + singCost + ", twoCost=" + twoCost + ", twoCostLimt=" + twoCostLimt + ", step1Cost=" + step1Cost + ", step1CostLimt=" + step1CostLimt + ", step2Cost=" + step2Cost + ", step2CostLimt=" + step2CostLimt + ", step3Cost=" + step3Cost + ", step3CostLimt=" + step3CostLimt + ", fixCost=" + fixCost + ", fixCostUnit=" + fixCostUnit + ", isSolve=" + isSolve + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + "]";
  332. }
  333. }