c5f24f5be40802a52494626bd1d08b9191354741.svn-base 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import cn.com.goldenwater.core.model.BaseBean;
  6. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  7. /**
  8. * entity:AttWiuWatLic
  9. *
  10. * @author lune
  11. * @date 2019-10-16
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class AttWiuWatLic extends BaseBean implements Serializable {
  15. @ApiModelProperty("证件状态,1新发,2变更,3注销,4吊销,5延续,6失败备案")
  16. private String certCond;
  17. @ApiModelProperty("取水方式")
  18. private String chkIntMet;
  19. @ApiModelProperty("取水用途")
  20. private String intUse;
  21. @ApiModelProperty("水源类型")
  22. private String chkSourTp;
  23. @ApiModelProperty("退水量")
  24. private String bkWw;
  25. @ApiModelProperty("退水地点")
  26. private String rwAddr;
  27. @ApiModelProperty("退水方式")
  28. private String rwTp;
  29. @ApiModelProperty("年退水量")
  30. private String rwW;
  31. @ApiModelProperty("退水水质要求")
  32. private String rwWqReq;
  33. @ApiModelProperty("审批单位编码")
  34. private String apprOrgCd;
  35. @ApiModelProperty("审批时间")
  36. private Date apprDt;
  37. @ApiModelProperty("审批单位名称")
  38. private String apprOrgName;
  39. @ApiModelProperty("主键ID")
  40. private String id;
  41. @ApiModelProperty("取水户ID")
  42. private String wiuId;
  43. @ApiModelProperty("取水许可审批情况类型(1:已申领取水许可证;2:已办理取水许可但未申领取水许可证;3:未办理取水许可)")
  44. private String qsxkspqklx;
  45. @ApiModelProperty("取水许可证号")
  46. private String watLicCode;
  47. @ApiModelProperty("取水审批机关")
  48. private String apprOrg;
  49. @ApiModelProperty("取水许可证有效期限(起)")
  50. private Date wiuBd;
  51. @ApiModelProperty("取水许可证有效期限(止)")
  52. private Date wiuDl;
  53. @ApiModelProperty("取水权人名称")
  54. private String wrpNm;
  55. @ApiModelProperty("许可取水量万m3")
  56. private Double wiuWw;
  57. @ApiModelProperty("取水许可批复文号")
  58. private String replSn;
  59. @ApiModelProperty("取水申请人姓名")
  60. private String applNm;
  61. @ApiModelProperty("取水许可有效期限(起)")
  62. private Date intBd;
  63. @ApiModelProperty("取水许可有效期限(止)")
  64. private Date intDl;
  65. @ApiModelProperty("审批取水量万m3")
  66. private Double apprWw;
  67. @ApiModelProperty("未办理取水许可情况说明")
  68. private String ftafawdp;
  69. @ApiModelProperty("创建时间")
  70. private Date inTm;
  71. @ApiModelProperty("更新时间")
  72. private Date upTm;
  73. @ApiModelProperty("法定代表人/负责人姓名")
  74. private String name;
  75. @ApiModelProperty("取水许可证代码值")
  76. private String wintCode;
  77. @ApiModelProperty("取水用户代码")
  78. private String wiuCode;
  79. @ApiModelProperty("取水口位置")
  80. private String wintPos;
  81. @ApiModelProperty("监督单位编码")
  82. private String manOrgCd;
  83. @ApiModelProperty("监督单位名称")
  84. private String manOrgName;
  85. public AttWiuWatLic() {
  86. }
  87. public String getManOrgCd() {
  88. return manOrgCd;
  89. }
  90. public void setManOrgCd(String manOrgCd) {
  91. this.manOrgCd = manOrgCd;
  92. }
  93. public String getManOrgName() {
  94. return manOrgName;
  95. }
  96. public void setManOrgName(String manOrgName) {
  97. this.manOrgName = manOrgName;
  98. }
  99. public String getWintPos() {
  100. return wintPos;
  101. }
  102. public void setWintPos(String wintPos) {
  103. this.wintPos = wintPos;
  104. }
  105. public String getName() {
  106. return name;
  107. }
  108. public void setName(String name) {
  109. this.name = name;
  110. }
  111. public String getWintCode() {
  112. return wintCode;
  113. }
  114. public void setWintCode(String wintCode) {
  115. this.wintCode = wintCode;
  116. }
  117. public String getWiuCode() {
  118. return wiuCode;
  119. }
  120. public void setWiuCode(String wiuCode) {
  121. this.wiuCode = wiuCode;
  122. }
  123. public String getCertCond() {
  124. return certCond;
  125. }
  126. public void setCertCond(String certCond) {
  127. this.certCond = certCond;
  128. }
  129. public String getChkIntMet() {
  130. return chkIntMet;
  131. }
  132. public void setChkIntMet(String chkIntMet) {
  133. this.chkIntMet = chkIntMet;
  134. }
  135. public String getIntUse() {
  136. return intUse;
  137. }
  138. public void setIntUse(String intUse) {
  139. this.intUse = intUse;
  140. }
  141. public String getChkSourTp() {
  142. return chkSourTp;
  143. }
  144. public void setChkSourTp(String chkSourTp) {
  145. this.chkSourTp = chkSourTp;
  146. }
  147. public String getBkWw() {
  148. return bkWw;
  149. }
  150. public void setBkWw(String bkWw) {
  151. this.bkWw = bkWw;
  152. }
  153. public String getRwAddr() {
  154. return rwAddr;
  155. }
  156. public void setRwAddr(String rwAddr) {
  157. this.rwAddr = rwAddr;
  158. }
  159. public String getRwTp() {
  160. return rwTp;
  161. }
  162. public void setRwTp(String rwTp) {
  163. this.rwTp = rwTp;
  164. }
  165. public String getRwW() {
  166. return rwW;
  167. }
  168. public void setRwW(String rwW) {
  169. this.rwW = rwW;
  170. }
  171. public String getRwWqReq() {
  172. return rwWqReq;
  173. }
  174. public void setRwWqReq(String rwWqReq) {
  175. this.rwWqReq = rwWqReq;
  176. }
  177. public String getApprOrgCd() {
  178. return apprOrgCd;
  179. }
  180. public void setApprOrgCd(String apprOrgCd) {
  181. this.apprOrgCd = apprOrgCd;
  182. }
  183. public Date getApprDt() {
  184. return apprDt;
  185. }
  186. public void setApprDt(Date apprDt) {
  187. this.apprDt = apprDt;
  188. }
  189. public String getApprOrgName() {
  190. return apprOrgName;
  191. }
  192. public void setApprOrgName(String apprOrgName) {
  193. this.apprOrgName = apprOrgName;
  194. }
  195. public String getId() {
  196. return id;
  197. }
  198. public void setId(String id) {
  199. this.id = id;
  200. }
  201. public String getWiuId() {
  202. return wiuId;
  203. }
  204. public void setWiuId(String wiuId) {
  205. this.wiuId = wiuId;
  206. }
  207. public String getQsxkspqklx() {
  208. return qsxkspqklx;
  209. }
  210. public void setQsxkspqklx(String qsxkspqklx) {
  211. this.qsxkspqklx = qsxkspqklx;
  212. }
  213. public String getWatLicCode() {
  214. return watLicCode;
  215. }
  216. public void setWatLicCode(String watLicCode) {
  217. this.watLicCode = watLicCode;
  218. }
  219. public String getApprOrg() {
  220. return apprOrg;
  221. }
  222. public void setApprOrg(String apprOrg) {
  223. this.apprOrg = apprOrg;
  224. }
  225. public Date getWiuBd() {
  226. return wiuBd;
  227. }
  228. public void setWiuBd(Date wiuBd) {
  229. this.wiuBd = wiuBd;
  230. }
  231. public Date getWiuDl() {
  232. return wiuDl;
  233. }
  234. public void setWiuDl(Date wiuDl) {
  235. this.wiuDl = wiuDl;
  236. }
  237. public String getWrpNm() {
  238. return wrpNm;
  239. }
  240. public void setWrpNm(String wrpNm) {
  241. this.wrpNm = wrpNm;
  242. }
  243. public Double getWiuWw() {
  244. return wiuWw;
  245. }
  246. public void setWiuWw(Double wiuWw) {
  247. this.wiuWw = wiuWw;
  248. }
  249. public String getReplSn() {
  250. return replSn;
  251. }
  252. public void setReplSn(String replSn) {
  253. this.replSn = replSn;
  254. }
  255. public String getApplNm() {
  256. return applNm;
  257. }
  258. public void setApplNm(String applNm) {
  259. this.applNm = applNm;
  260. }
  261. public Date getIntBd() {
  262. return intBd;
  263. }
  264. public void setIntBd(Date intBd) {
  265. this.intBd = intBd;
  266. }
  267. public Date getIntDl() {
  268. return intDl;
  269. }
  270. public void setIntDl(Date intDl) {
  271. this.intDl = intDl;
  272. }
  273. public Double getApprWw() {
  274. return apprWw;
  275. }
  276. public void setApprWw(Double apprWw) {
  277. this.apprWw = apprWw;
  278. }
  279. public String getFtafawdp() {
  280. return ftafawdp;
  281. }
  282. public void setFtafawdp(String ftafawdp) {
  283. this.ftafawdp = ftafawdp;
  284. }
  285. public Date getInTm() {
  286. return inTm;
  287. }
  288. public void setInTm(Date inTm) {
  289. this.inTm = inTm;
  290. }
  291. public Date getUpTm() {
  292. return upTm;
  293. }
  294. public void setUpTm(Date upTm) {
  295. this.upTm = upTm;
  296. }
  297. @Override
  298. public String toString() {
  299. return "AttWiuWatLic [" + "certCond=" + certCond + ", chkIntMet=" + chkIntMet + ", intUse=" + intUse + ", chkSourTp=" + chkSourTp + ", bkWw=" + bkWw + ", rwAddr=" + rwAddr + ", rwTp=" + rwTp + ", rwW=" + rwW + ", rwWqReq=" + rwWqReq + ", apprOrgCd=" + apprOrgCd + ", apprDt=" + apprDt + ", apprOrgName=" + apprOrgName + ", id=" + id + ", wiuId=" + wiuId + ", qsxkspqklx=" + qsxkspqklx + ", watLicCode=" + watLicCode + ", apprOrg=" + apprOrg + ", wiuBd=" + wiuBd + ", wiuDl=" + wiuDl + ", wrpNm=" + wrpNm + ", wiuWw=" + wiuWw + ", replSn=" + replSn + ", applNm=" + applNm + ", intBd=" + intBd + ", intDl=" + intDl + ", apprWw=" + apprWw + ", ftafawdp=" + ftafawdp + ", inTm=" + inTm + ", upTm=" + upTm + "]";
  300. }
  301. }