4de0639d962e7a1168eab5db563fce66b2fdccd2.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.util.Date;
  5. import java.io.Serializable;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * BisInspSvwtWuntRgstrParam
  9. *
  10. * @author lune
  11. * @date 2019-9-18
  12. */
  13. public class BisInspSvwtWuntRgstrParam extends PageParam implements Serializable {
  14. @ApiModelProperty("监管单位联系人")
  15. private String wuUtAttn;
  16. @ApiModelProperty("建管单位联系方式")
  17. private String wuUtCont;
  18. @ApiModelProperty("单位总人数")
  19. private Double utPersNum;
  20. @ApiModelProperty("在编职工")
  21. private Double workNum;
  22. @ApiModelProperty("非在编职工")
  23. private Double workNotNum;
  24. @ApiModelProperty("占地总面积")
  25. private Double totArea;
  26. @ApiModelProperty("总建筑面积")
  27. private Double buldArea;
  28. @ApiModelProperty("学校类别(1:高校;2:中小学校)")
  29. private String schCla;
  30. @ApiModelProperty("高校类别(1:一般综合;2:理工;3:文史;4:艺术;5:体育;6:医科;7:其他)")
  31. private String uniCla;
  32. @ApiModelProperty("教职工人数")
  33. private Double teachNum;
  34. @ApiModelProperty("住校教职工人数")
  35. private Double teachLvNum;
  36. @ApiModelProperty("学生人数")
  37. private Double stuNum;
  38. @ApiModelProperty("校内住宿生人数")
  39. private Double stuLvNum;
  40. @ApiModelProperty("是否开展合同节水管理(1:是;2:否)")
  41. private String isLchCwsm;
  42. @ApiModelProperty("督查状态(0:未督查;1:督查中;2:已督查)")
  43. private String state;
  44. @ApiModelProperty("数据状态(0:正常;9:删除)")
  45. private String dataStat;
  46. @ApiModelProperty("检查单位")
  47. private String chkUnit;
  48. @ApiModelProperty("检查人员")
  49. private String chkPers;
  50. @ApiModelProperty("检查时间")
  51. private Date chkTm;
  52. @ApiModelProperty("用水单位节约用水情况填报状态(0:未填报;1:未完成;2:已完成)")
  53. private String wuuswInfoStat;
  54. @ApiModelProperty("节水型单位节约用水情况填报状态(0:未填报;1:未完成;2:已完成)")
  55. private String wsuswInfoStat;
  56. @ApiModelProperty("创建人")
  57. private String persId;
  58. @ApiModelProperty("督查组ID")
  59. private String groupId;
  60. @ApiModelProperty("创建时间")
  61. private Date inTm;
  62. @ApiModelProperty("更新时间")
  63. private Date upTm;
  64. @ApiModelProperty("*主键id")
  65. private String id;
  66. @ApiModelProperty("*督查对象ID")
  67. private String objId;
  68. @ApiModelProperty("*单位名称")
  69. private String utName;
  70. @ApiModelProperty("统一社会信用代码")
  71. private String utCode;
  72. @ApiModelProperty("*行政区划全称")
  73. private String adName;
  74. @ApiModelProperty("*行政区编码")
  75. private String adCode;
  76. @ApiModelProperty("*单位类型(1:企业;2:机关;3:学校)")
  77. private String utType;
  78. @ApiModelProperty("*单位性质(1:节水型;2:非节水型)")
  79. private String utPpt;
  80. @ApiModelProperty("授牌名称")
  81. private String openName;
  82. @ApiModelProperty("*用水单位联系人")
  83. private String utAttn;
  84. @ApiModelProperty("*用水单位联系方式")
  85. private String utCont;
  86. @ApiModelProperty("注册地址")
  87. private String signAddr;
  88. @ApiModelProperty("*单位地址")
  89. private String utAddr;
  90. @ApiModelProperty("经度")
  91. private Double pcX;
  92. @ApiModelProperty("纬度")
  93. private Double pcY;
  94. @ApiModelProperty("高德经度")
  95. private Double gdX;
  96. @ApiModelProperty("高德纬度")
  97. private Double gdY;
  98. @ApiModelProperty("行业类型(1:工业企业;2:宾馆;3:其他)")
  99. private String trdType;
  100. @ApiModelProperty("绿地面积")
  101. private Double greenArea;
  102. @ApiModelProperty("取水来源-自来水")
  103. private Double wsTw;
  104. @ApiModelProperty("取水来源-自备井水")
  105. private Double wsBw;
  106. @ApiModelProperty("取水来源-其他")
  107. private Double wsOth;
  108. @ApiModelProperty("缴纳水费")
  109. private Double payWb;
  110. @ApiModelProperty("水费单价")
  111. private Double wbPer;
  112. @ApiModelProperty("宾馆等级")
  113. private String hotlLev;
  114. @ApiModelProperty("床位数")
  115. private Double bedNum;
  116. @ApiModelProperty("客房出租率")
  117. private Double occRate;
  118. @ApiModelProperty("用水量-宾馆部分/机关部分/学校部分")
  119. private Double wuUnit;
  120. @ApiModelProperty("用水量-非宾馆部分/非机关部分/非学校部分")
  121. private Double wuUnitOut;
  122. @ApiModelProperty("主要产品")
  123. private String mainPrd;
  124. @ApiModelProperty("取水许可批准水量")
  125. private Double wipaa;
  126. @ApiModelProperty("水资源管理实时监控系统(1:有;2:无)")
  127. private String hasWrmrms;
  128. @ApiModelProperty("是否纳入重点监控用水单位名录(1:是;2:否)")
  129. private String isKmwuul;
  130. @ApiModelProperty("重点监控用水单位名录等级(1:国家级;2:省级;3:市级)")
  131. private String kmwuulLev;
  132. @ApiModelProperty("用水日常监管单位名称(水行政主管部门)")
  133. private String wuUt;
  134. @ApiModelProperty("单位负责人")
  135. private String utLead;
  136. public BisInspSvwtWuntRgstrParam() {
  137. }
  138. public String getUtLead() {
  139. return utLead;
  140. }
  141. public void setUtLead(String utLead) {
  142. this.utLead = utLead;
  143. }
  144. public String getWuUtAttn() {
  145. return wuUtAttn;
  146. }
  147. public void setWuUtAttn(String wuUtAttn) {
  148. this.wuUtAttn = wuUtAttn;
  149. }
  150. public String getWuUtCont() {
  151. return wuUtCont;
  152. }
  153. public void setWuUtCont(String wuUtCont) {
  154. this.wuUtCont = wuUtCont;
  155. }
  156. public Double getUtPersNum() {
  157. return utPersNum;
  158. }
  159. public void setUtPersNum(Double utPersNum) {
  160. this.utPersNum = utPersNum;
  161. }
  162. public Double getWorkNum() {
  163. return workNum;
  164. }
  165. public void setWorkNum(Double workNum) {
  166. this.workNum = workNum;
  167. }
  168. public Double getWorkNotNum() {
  169. return workNotNum;
  170. }
  171. public void setWorkNotNum(Double workNotNum) {
  172. this.workNotNum = workNotNum;
  173. }
  174. public Double getTotArea() {
  175. return totArea;
  176. }
  177. public void setTotArea(Double totArea) {
  178. this.totArea = totArea;
  179. }
  180. public Double getBuldArea() {
  181. return buldArea;
  182. }
  183. public void setBuldArea(Double buldArea) {
  184. this.buldArea = buldArea;
  185. }
  186. public String getSchCla() {
  187. return schCla;
  188. }
  189. public void setSchCla(String schCla) {
  190. this.schCla = schCla;
  191. }
  192. public String getUniCla() {
  193. return uniCla;
  194. }
  195. public void setUniCla(String uniCla) {
  196. this.uniCla = uniCla;
  197. }
  198. public Double getTeachNum() {
  199. return teachNum;
  200. }
  201. public void setTeachNum(Double teachNum) {
  202. this.teachNum = teachNum;
  203. }
  204. public Double getTeachLvNum() {
  205. return teachLvNum;
  206. }
  207. public void setTeachLvNum(Double teachLvNum) {
  208. this.teachLvNum = teachLvNum;
  209. }
  210. public Double getStuNum() {
  211. return stuNum;
  212. }
  213. public void setStuNum(Double stuNum) {
  214. this.stuNum = stuNum;
  215. }
  216. public Double getStuLvNum() {
  217. return stuLvNum;
  218. }
  219. public void setStuLvNum(Double stuLvNum) {
  220. this.stuLvNum = stuLvNum;
  221. }
  222. public String getIsLchCwsm() {
  223. return isLchCwsm;
  224. }
  225. public void setIsLchCwsm(String isLchCwsm) {
  226. this.isLchCwsm = isLchCwsm;
  227. }
  228. public String getState() {
  229. return state;
  230. }
  231. public void setState(String state) {
  232. this.state = state;
  233. }
  234. public String getDataStat() {
  235. return dataStat;
  236. }
  237. public void setDataStat(String dataStat) {
  238. this.dataStat = dataStat;
  239. }
  240. public String getChkUnit() {
  241. return chkUnit;
  242. }
  243. public void setChkUnit(String chkUnit) {
  244. this.chkUnit = chkUnit;
  245. }
  246. public String getChkPers() {
  247. return chkPers;
  248. }
  249. public void setChkPers(String chkPers) {
  250. this.chkPers = chkPers;
  251. }
  252. public Date getChkTm() {
  253. return chkTm;
  254. }
  255. public void setChkTm(Date chkTm) {
  256. this.chkTm = chkTm;
  257. }
  258. public String getWuuswInfoStat() {
  259. return wuuswInfoStat;
  260. }
  261. public void setWuuswInfoStat(String wuuswInfoStat) {
  262. this.wuuswInfoStat = wuuswInfoStat;
  263. }
  264. public String getWsuswInfoStat() {
  265. return wsuswInfoStat;
  266. }
  267. public void setWsuswInfoStat(String wsuswInfoStat) {
  268. this.wsuswInfoStat = wsuswInfoStat;
  269. }
  270. public String getPersId() {
  271. return persId;
  272. }
  273. public void setPersId(String persId) {
  274. this.persId = persId;
  275. }
  276. public String getGroupId() {
  277. return groupId;
  278. }
  279. public void setGroupId(String groupId) {
  280. this.groupId = groupId;
  281. }
  282. public Date getInTm() {
  283. return inTm;
  284. }
  285. public void setInTm(Date inTm) {
  286. this.inTm = inTm;
  287. }
  288. public Date getUpTm() {
  289. return upTm;
  290. }
  291. public void setUpTm(Date upTm) {
  292. this.upTm = upTm;
  293. }
  294. public String getId() {
  295. return id;
  296. }
  297. public void setId(String id) {
  298. this.id = id;
  299. }
  300. public String getObjId() {
  301. return objId;
  302. }
  303. public void setObjId(String objId) {
  304. this.objId = objId;
  305. }
  306. public String getUtName() {
  307. return utName;
  308. }
  309. public void setUtName(String utName) {
  310. this.utName = utName;
  311. }
  312. public String getUtCode() {
  313. return utCode;
  314. }
  315. public void setUtCode(String utCode) {
  316. this.utCode = utCode;
  317. }
  318. public String getAdName() {
  319. return adName;
  320. }
  321. public void setAdName(String adName) {
  322. this.adName = adName;
  323. }
  324. public String getAdCode() {
  325. return adCode;
  326. }
  327. public void setAdCode(String adCode) {
  328. this.adCode = adCode;
  329. }
  330. public String getUtType() {
  331. return utType;
  332. }
  333. public void setUtType(String utType) {
  334. this.utType = utType;
  335. }
  336. public String getUtPpt() {
  337. return utPpt;
  338. }
  339. public void setUtPpt(String utPpt) {
  340. this.utPpt = utPpt;
  341. }
  342. public String getOpenName() {
  343. return openName;
  344. }
  345. public void setOpenName(String openName) {
  346. this.openName = openName;
  347. }
  348. public String getUtAttn() {
  349. return utAttn;
  350. }
  351. public void setUtAttn(String utAttn) {
  352. this.utAttn = utAttn;
  353. }
  354. public String getUtCont() {
  355. return utCont;
  356. }
  357. public void setUtCont(String utCont) {
  358. this.utCont = utCont;
  359. }
  360. public String getSignAddr() {
  361. return signAddr;
  362. }
  363. public void setSignAddr(String signAddr) {
  364. this.signAddr = signAddr;
  365. }
  366. public String getUtAddr() {
  367. return utAddr;
  368. }
  369. public void setUtAddr(String utAddr) {
  370. this.utAddr = utAddr;
  371. }
  372. public Double getPcX() {
  373. return pcX;
  374. }
  375. public void setPcX(Double pcX) {
  376. this.pcX = pcX;
  377. }
  378. public Double getPcY() {
  379. return pcY;
  380. }
  381. public void setPcY(Double pcY) {
  382. this.pcY = pcY;
  383. }
  384. public Double getGdX() {
  385. return gdX;
  386. }
  387. public void setGdX(Double gdX) {
  388. this.gdX = gdX;
  389. }
  390. public Double getGdY() {
  391. return gdY;
  392. }
  393. public void setGdY(Double gdY) {
  394. this.gdY = gdY;
  395. }
  396. public String getTrdType() {
  397. return trdType;
  398. }
  399. public void setTrdType(String trdType) {
  400. this.trdType = trdType;
  401. }
  402. public Double getGreenArea() {
  403. return greenArea;
  404. }
  405. public void setGreenArea(Double greenArea) {
  406. this.greenArea = greenArea;
  407. }
  408. public Double getWsTw() {
  409. return wsTw;
  410. }
  411. public void setWsTw(Double wsTw) {
  412. this.wsTw = wsTw;
  413. }
  414. public Double getWsBw() {
  415. return wsBw;
  416. }
  417. public void setWsBw(Double wsBw) {
  418. this.wsBw = wsBw;
  419. }
  420. public Double getWsOth() {
  421. return wsOth;
  422. }
  423. public void setWsOth(Double wsOth) {
  424. this.wsOth = wsOth;
  425. }
  426. public Double getPayWb() {
  427. return payWb;
  428. }
  429. public void setPayWb(Double payWb) {
  430. this.payWb = payWb;
  431. }
  432. public Double getWbPer() {
  433. return wbPer;
  434. }
  435. public void setWbPer(Double wbPer) {
  436. this.wbPer = wbPer;
  437. }
  438. public String getHotlLev() {
  439. return hotlLev;
  440. }
  441. public void setHotlLev(String hotlLev) {
  442. this.hotlLev = hotlLev;
  443. }
  444. public Double getBedNum() {
  445. return bedNum;
  446. }
  447. public void setBedNum(Double bedNum) {
  448. this.bedNum = bedNum;
  449. }
  450. public Double getOccRate() {
  451. return occRate;
  452. }
  453. public void setOccRate(Double occRate) {
  454. this.occRate = occRate;
  455. }
  456. public Double getWuUnit() {
  457. return wuUnit;
  458. }
  459. public void setWuUnit(Double wuUnit) {
  460. this.wuUnit = wuUnit;
  461. }
  462. public Double getWuUnitOut() {
  463. return wuUnitOut;
  464. }
  465. public void setWuUnitOut(Double wuUnitOut) {
  466. this.wuUnitOut = wuUnitOut;
  467. }
  468. public String getMainPrd() {
  469. return mainPrd;
  470. }
  471. public void setMainPrd(String mainPrd) {
  472. this.mainPrd = mainPrd;
  473. }
  474. public Double getWipaa() {
  475. return wipaa;
  476. }
  477. public void setWipaa(Double wipaa) {
  478. this.wipaa = wipaa;
  479. }
  480. public String getHasWrmrms() {
  481. return hasWrmrms;
  482. }
  483. public void setHasWrmrms(String hasWrmrms) {
  484. this.hasWrmrms = hasWrmrms;
  485. }
  486. public String getIsKmwuul() {
  487. return isKmwuul;
  488. }
  489. public void setIsKmwuul(String isKmwuul) {
  490. this.isKmwuul = isKmwuul;
  491. }
  492. public String getKmwuulLev() {
  493. return kmwuulLev;
  494. }
  495. public void setKmwuulLev(String kmwuulLev) {
  496. this.kmwuulLev = kmwuulLev;
  497. }
  498. public String getWuUt() {
  499. return wuUt;
  500. }
  501. public void setWuUt(String wuUt) {
  502. this.wuUt = wuUt;
  503. }
  504. }