004cfa1b651edf940c4213fb05b746246d478a0d.svn-base 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  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. /**
  7. * AttOrgUwatExtParam
  8. *
  9. * @author lune
  10. * @date 2019-2-19
  11. */
  12. public class AttOrgUwatExtParam extends PageParam implements Serializable {
  13. private String orgType;
  14. private String orgLevel;
  15. private String wiunCode;
  16. private String regName;
  17. private String legRep;
  18. private Double wiunWaoLong;
  19. private Double wiunWaoLat;
  20. private String wiunProp;
  21. private String adminWiunGuid;
  22. private String ifWateEnte;
  23. private String proOrgGuid;
  24. private String isLegEnti;
  25. private String ifMiniDire;
  26. private String contrQualGrad;
  27. private String contrCertNum;
  28. private String supQualGrad;
  29. private String stanGrad;
  30. private String stanCertCode;
  31. private String safeProdLiceCode;
  32. private String fundSour;
  33. private Date estDate;
  34. private Long regiCapi;
  35. private String addr;
  36. private String regLoc;
  37. private String majAcci;
  38. private String legPers;
  39. private String legPersTel;
  40. private String contaPers;
  41. private String contaPersMobi;
  42. private String contaPersAddr;
  43. private String safetyLegPers;
  44. private String safetyLegPersDuty;
  45. private String safetyLegPersTel;
  46. private String safetyLegPersMoph;
  47. private String safeProdConta;
  48. private String safeProdContaTel;
  49. private String safeProdContaMpoh;
  50. private String accEmeConta;
  51. private String accEmeContaMpoh;
  52. private Long workPopNum;
  53. private String projGroupType;
  54. private Long projGroupNum;
  55. private String projCharPers;
  56. private String projCharPersTel;
  57. private String safeManaOrg;
  58. private Long fullManaTot;
  59. private Long speOperPersTot;
  60. private String legRespPersTel;
  61. private String legRespPersFax;
  62. private String stanContaPers;
  63. private String stanContaTel;
  64. private String stanContaFax;
  65. private String stanContaMoph;
  66. private String stanContaEmail;
  67. private String note;
  68. private Date collTime;
  69. private Date updTime;
  70. private String recPers;
  71. private String orgClienType;
  72. private String supGuid;
  73. private String guid;
  74. private String socCreCode;
  75. private String orgGuid;
  76. private String wiunName;
  77. public AttOrgUwatExtParam() {
  78. }
  79. public String getOrgType() {
  80. return orgType;
  81. }
  82. public void setOrgType(String orgType) {
  83. this.orgType = orgType;
  84. }
  85. public String getOrgLevel() {
  86. return orgLevel;
  87. }
  88. public void setOrgLevel(String orgLevel) {
  89. this.orgLevel = orgLevel;
  90. }
  91. public String getWiunCode() {
  92. return wiunCode;
  93. }
  94. public void setWiunCode(String wiunCode) {
  95. this.wiunCode = wiunCode;
  96. }
  97. public String getRegName() {
  98. return regName;
  99. }
  100. public void setRegName(String regName) {
  101. this.regName = regName;
  102. }
  103. public String getLegRep() {
  104. return legRep;
  105. }
  106. public void setLegRep(String legRep) {
  107. this.legRep = legRep;
  108. }
  109. public Double getWiunWaoLong() {
  110. return wiunWaoLong;
  111. }
  112. public void setWiunWaoLong(Double wiunWaoLong) {
  113. this.wiunWaoLong = wiunWaoLong;
  114. }
  115. public Double getWiunWaoLat() {
  116. return wiunWaoLat;
  117. }
  118. public void setWiunWaoLat(Double wiunWaoLat) {
  119. this.wiunWaoLat = wiunWaoLat;
  120. }
  121. public String getWiunProp() {
  122. return wiunProp;
  123. }
  124. public void setWiunProp(String wiunProp) {
  125. this.wiunProp = wiunProp;
  126. }
  127. public String getAdminWiunGuid() {
  128. return adminWiunGuid;
  129. }
  130. public void setAdminWiunGuid(String adminWiunGuid) {
  131. this.adminWiunGuid = adminWiunGuid;
  132. }
  133. public String getIfWateEnte() {
  134. return ifWateEnte;
  135. }
  136. public void setIfWateEnte(String ifWateEnte) {
  137. this.ifWateEnte = ifWateEnte;
  138. }
  139. public String getProOrgGuid() {
  140. return proOrgGuid;
  141. }
  142. public void setProOrgGuid(String proOrgGuid) {
  143. this.proOrgGuid = proOrgGuid;
  144. }
  145. public String getIsLegEnti() {
  146. return isLegEnti;
  147. }
  148. public void setIsLegEnti(String isLegEnti) {
  149. this.isLegEnti = isLegEnti;
  150. }
  151. public String getIfMiniDire() {
  152. return ifMiniDire;
  153. }
  154. public void setIfMiniDire(String ifMiniDire) {
  155. this.ifMiniDire = ifMiniDire;
  156. }
  157. public String getContrQualGrad() {
  158. return contrQualGrad;
  159. }
  160. public void setContrQualGrad(String contrQualGrad) {
  161. this.contrQualGrad = contrQualGrad;
  162. }
  163. public String getContrCertNum() {
  164. return contrCertNum;
  165. }
  166. public void setContrCertNum(String contrCertNum) {
  167. this.contrCertNum = contrCertNum;
  168. }
  169. public String getSupQualGrad() {
  170. return supQualGrad;
  171. }
  172. public void setSupQualGrad(String supQualGrad) {
  173. this.supQualGrad = supQualGrad;
  174. }
  175. public String getStanGrad() {
  176. return stanGrad;
  177. }
  178. public void setStanGrad(String stanGrad) {
  179. this.stanGrad = stanGrad;
  180. }
  181. public String getStanCertCode() {
  182. return stanCertCode;
  183. }
  184. public void setStanCertCode(String stanCertCode) {
  185. this.stanCertCode = stanCertCode;
  186. }
  187. public String getSafeProdLiceCode() {
  188. return safeProdLiceCode;
  189. }
  190. public void setSafeProdLiceCode(String safeProdLiceCode) {
  191. this.safeProdLiceCode = safeProdLiceCode;
  192. }
  193. public String getFundSour() {
  194. return fundSour;
  195. }
  196. public void setFundSour(String fundSour) {
  197. this.fundSour = fundSour;
  198. }
  199. public Date getEstDate() {
  200. return estDate;
  201. }
  202. public void setEstDate(Date estDate) {
  203. this.estDate = estDate;
  204. }
  205. public Long getRegiCapi() {
  206. return regiCapi;
  207. }
  208. public void setRegiCapi(Long regiCapi) {
  209. this.regiCapi = regiCapi;
  210. }
  211. public String getAddr() {
  212. return addr;
  213. }
  214. public void setAddr(String addr) {
  215. this.addr = addr;
  216. }
  217. public String getRegLoc() {
  218. return regLoc;
  219. }
  220. public void setRegLoc(String regLoc) {
  221. this.regLoc = regLoc;
  222. }
  223. public String getMajAcci() {
  224. return majAcci;
  225. }
  226. public void setMajAcci(String majAcci) {
  227. this.majAcci = majAcci;
  228. }
  229. public String getLegPers() {
  230. return legPers;
  231. }
  232. public void setLegPers(String legPers) {
  233. this.legPers = legPers;
  234. }
  235. public String getLegPersTel() {
  236. return legPersTel;
  237. }
  238. public void setLegPersTel(String legPersTel) {
  239. this.legPersTel = legPersTel;
  240. }
  241. public String getContaPers() {
  242. return contaPers;
  243. }
  244. public void setContaPers(String contaPers) {
  245. this.contaPers = contaPers;
  246. }
  247. public String getContaPersMobi() {
  248. return contaPersMobi;
  249. }
  250. public void setContaPersMobi(String contaPersMobi) {
  251. this.contaPersMobi = contaPersMobi;
  252. }
  253. public String getContaPersAddr() {
  254. return contaPersAddr;
  255. }
  256. public void setContaPersAddr(String contaPersAddr) {
  257. this.contaPersAddr = contaPersAddr;
  258. }
  259. public String getSafetyLegPers() {
  260. return safetyLegPers;
  261. }
  262. public void setSafetyLegPers(String safetyLegPers) {
  263. this.safetyLegPers = safetyLegPers;
  264. }
  265. public String getSafetyLegPersDuty() {
  266. return safetyLegPersDuty;
  267. }
  268. public void setSafetyLegPersDuty(String safetyLegPersDuty) {
  269. this.safetyLegPersDuty = safetyLegPersDuty;
  270. }
  271. public String getSafetyLegPersTel() {
  272. return safetyLegPersTel;
  273. }
  274. public void setSafetyLegPersTel(String safetyLegPersTel) {
  275. this.safetyLegPersTel = safetyLegPersTel;
  276. }
  277. public String getSafetyLegPersMoph() {
  278. return safetyLegPersMoph;
  279. }
  280. public void setSafetyLegPersMoph(String safetyLegPersMoph) {
  281. this.safetyLegPersMoph = safetyLegPersMoph;
  282. }
  283. public String getSafeProdConta() {
  284. return safeProdConta;
  285. }
  286. public void setSafeProdConta(String safeProdConta) {
  287. this.safeProdConta = safeProdConta;
  288. }
  289. public String getSafeProdContaTel() {
  290. return safeProdContaTel;
  291. }
  292. public void setSafeProdContaTel(String safeProdContaTel) {
  293. this.safeProdContaTel = safeProdContaTel;
  294. }
  295. public String getSafeProdContaMpoh() {
  296. return safeProdContaMpoh;
  297. }
  298. public void setSafeProdContaMpoh(String safeProdContaMpoh) {
  299. this.safeProdContaMpoh = safeProdContaMpoh;
  300. }
  301. public String getAccEmeConta() {
  302. return accEmeConta;
  303. }
  304. public void setAccEmeConta(String accEmeConta) {
  305. this.accEmeConta = accEmeConta;
  306. }
  307. public String getAccEmeContaMpoh() {
  308. return accEmeContaMpoh;
  309. }
  310. public void setAccEmeContaMpoh(String accEmeContaMpoh) {
  311. this.accEmeContaMpoh = accEmeContaMpoh;
  312. }
  313. public Long getWorkPopNum() {
  314. return workPopNum;
  315. }
  316. public void setWorkPopNum(Long workPopNum) {
  317. this.workPopNum = workPopNum;
  318. }
  319. public String getProjGroupType() {
  320. return projGroupType;
  321. }
  322. public void setProjGroupType(String projGroupType) {
  323. this.projGroupType = projGroupType;
  324. }
  325. public Long getProjGroupNum() {
  326. return projGroupNum;
  327. }
  328. public void setProjGroupNum(Long projGroupNum) {
  329. this.projGroupNum = projGroupNum;
  330. }
  331. public String getProjCharPers() {
  332. return projCharPers;
  333. }
  334. public void setProjCharPers(String projCharPers) {
  335. this.projCharPers = projCharPers;
  336. }
  337. public String getProjCharPersTel() {
  338. return projCharPersTel;
  339. }
  340. public void setProjCharPersTel(String projCharPersTel) {
  341. this.projCharPersTel = projCharPersTel;
  342. }
  343. public String getSafeManaOrg() {
  344. return safeManaOrg;
  345. }
  346. public void setSafeManaOrg(String safeManaOrg) {
  347. this.safeManaOrg = safeManaOrg;
  348. }
  349. public Long getFullManaTot() {
  350. return fullManaTot;
  351. }
  352. public void setFullManaTot(Long fullManaTot) {
  353. this.fullManaTot = fullManaTot;
  354. }
  355. public Long getSpeOperPersTot() {
  356. return speOperPersTot;
  357. }
  358. public void setSpeOperPersTot(Long speOperPersTot) {
  359. this.speOperPersTot = speOperPersTot;
  360. }
  361. public String getLegRespPersTel() {
  362. return legRespPersTel;
  363. }
  364. public void setLegRespPersTel(String legRespPersTel) {
  365. this.legRespPersTel = legRespPersTel;
  366. }
  367. public String getLegRespPersFax() {
  368. return legRespPersFax;
  369. }
  370. public void setLegRespPersFax(String legRespPersFax) {
  371. this.legRespPersFax = legRespPersFax;
  372. }
  373. public String getStanContaPers() {
  374. return stanContaPers;
  375. }
  376. public void setStanContaPers(String stanContaPers) {
  377. this.stanContaPers = stanContaPers;
  378. }
  379. public String getStanContaTel() {
  380. return stanContaTel;
  381. }
  382. public void setStanContaTel(String stanContaTel) {
  383. this.stanContaTel = stanContaTel;
  384. }
  385. public String getStanContaFax() {
  386. return stanContaFax;
  387. }
  388. public void setStanContaFax(String stanContaFax) {
  389. this.stanContaFax = stanContaFax;
  390. }
  391. public String getStanContaMoph() {
  392. return stanContaMoph;
  393. }
  394. public void setStanContaMoph(String stanContaMoph) {
  395. this.stanContaMoph = stanContaMoph;
  396. }
  397. public String getStanContaEmail() {
  398. return stanContaEmail;
  399. }
  400. public void setStanContaEmail(String stanContaEmail) {
  401. this.stanContaEmail = stanContaEmail;
  402. }
  403. public String getNote() {
  404. return note;
  405. }
  406. public void setNote(String note) {
  407. this.note = note;
  408. }
  409. public Date getCollTime() {
  410. return collTime;
  411. }
  412. public void setCollTime(Date collTime) {
  413. this.collTime = collTime;
  414. }
  415. public Date getUpdTime() {
  416. return updTime;
  417. }
  418. public void setUpdTime(Date updTime) {
  419. this.updTime = updTime;
  420. }
  421. public String getRecPers() {
  422. return recPers;
  423. }
  424. public void setRecPers(String recPers) {
  425. this.recPers = recPers;
  426. }
  427. public String getOrgClienType() {
  428. return orgClienType;
  429. }
  430. public void setOrgClienType(String orgClienType) {
  431. this.orgClienType = orgClienType;
  432. }
  433. public String getSupGuid() {
  434. return supGuid;
  435. }
  436. public void setSupGuid(String supGuid) {
  437. this.supGuid = supGuid;
  438. }
  439. public String getGuid() {
  440. return guid;
  441. }
  442. public void setGuid(String guid) {
  443. this.guid = guid;
  444. }
  445. public String getSocCreCode() {
  446. return socCreCode;
  447. }
  448. public void setSocCreCode(String socCreCode) {
  449. this.socCreCode = socCreCode;
  450. }
  451. public String getOrgGuid() {
  452. return orgGuid;
  453. }
  454. public void setOrgGuid(String orgGuid) {
  455. this.orgGuid = orgGuid;
  456. }
  457. public String getWiunName() {
  458. return wiunName;
  459. }
  460. public void setWiunName(String wiunName) {
  461. this.wiunName = wiunName;
  462. }
  463. }