ceafdbd260bfd0cb9026ba1c188ddc4bfd5f03f0.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import io.swagger.annotations.ApiModelProperty;
  5. import io.swagger.annotations.ApiModel;
  6. import java.io.Serializable;
  7. /**
  8. * AttGrwBaseParam
  9. *
  10. * @author zhengdafei
  11. * @date 2019-3-30
  12. */
  13. public class AttGrwBaseParam extends PageParam implements Serializable {
  14. private static final long serialVersionUID = 1L;
  15. //监测站编码(主键)
  16. @ApiParam(value = "监测站编码(长度:20,主键,可为空:N)", required = true)
  17. @ApiModelProperty(value = "监测站编码(长度:20,主键,可为空:N)")
  18. private String stcd;
  19. @ApiParam(value = "(长度:50,可为空:Y)")
  20. @ApiModelProperty(value = "(长度:50,可为空:Y)")
  21. private String dtmmdpr;
  22. @ApiParam(value = "(长度:50,可为空:Y)")
  23. @ApiModelProperty(value = "(长度:50,可为空:Y)")
  24. private String dtmnm;
  25. //设站日期
  26. @ApiParam(value = "设站日期(长度:7,可为空:Y)")
  27. @ApiModelProperty(value = "设站日期(长度:7,可为空:Y)")
  28. private String esstym;
  29. @ApiParam(value = "(精度:10,小数位:6,可为空:Y)")
  30. @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)")
  31. private Double lgtdPc;
  32. //是否自流井
  33. @ApiParam(value = "是否自流井(长度:50,可为空:Y)")
  34. @ApiModelProperty(value = "是否自流井(长度:50,可为空:Y)")
  35. private String isart;
  36. //监测站位置
  37. @ApiParam(value = "监测站位置(长度:50,可为空:Y)")
  38. @ApiModelProperty(value = "监测站位置(长度:50,可为空:Y)")
  39. private String stlc;
  40. //井深(m)
  41. @ApiParam(value = "井深(m)(精度:10,小数位:3,可为空:Y)")
  42. @ApiModelProperty(value = "井深(m)(精度:10,小数位:3,可为空:Y)")
  43. private Double welldep;
  44. @ApiParam(value = "(长度:4,000,可为空:Y)")
  45. @ApiModelProperty(value = "(长度:4,000,可为空:Y)")
  46. private String note;
  47. //北纬(度)
  48. @ApiParam(value = "北纬(度)(精度:10,小数位:6,可为空:Y)")
  49. @ApiModelProperty(value = "北纬(度)(精度:10,小数位:6,可为空:Y)")
  50. private Double lttd;
  51. //水介质
  52. @ApiParam(value = "水介质(长度:50,可为空:Y)")
  53. @ApiModelProperty(value = "水介质(长度:50,可为空:Y)")
  54. private String aqme;
  55. //埋藏条件
  56. @ApiParam(value = "埋藏条件(长度:50,可为空:Y)")
  57. @ApiModelProperty(value = "埋藏条件(长度:50,可为空:Y)")
  58. private String burcn;
  59. //刊布项目
  60. @ApiParam(value = "刊布项目(长度:50,可为空:Y)")
  61. @ApiModelProperty(value = "刊布项目(长度:50,可为空:Y)")
  62. private String pbprj;
  63. //建井类型
  64. @ApiParam(value = "建井类型(长度:50,可为空:Y)")
  65. @ApiModelProperty(value = "建井类型(长度:50,可为空:Y)")
  66. private String bwsttp;
  67. //监测站名称
  68. @ApiParam(value = "监测站名称(长度:100,可为空:Y)")
  69. @ApiModelProperty(value = "监测站名称(长度:100,可为空:Y)")
  70. private String stnm;
  71. //行政区划代码
  72. @ApiParam(value = "行政区划代码(长度:50,可为空:Y)")
  73. @ApiModelProperty(value = "行政区划代码(长度:50,可为空:Y)")
  74. private String adcd;
  75. //监测站类别
  76. @ApiParam(value = "监测站类别(长度:50,可为空:Y)")
  77. @ApiModelProperty(value = "监测站类别(长度:50,可为空:Y)")
  78. private String sttp;
  79. @ApiParam(value = "(长度:50,可为空:Y)")
  80. @ApiModelProperty(value = "(长度:50,可为空:Y)")
  81. private String stel;
  82. //撤站日期
  83. @ApiParam(value = "撤站日期(长度:7,可为空:Y)")
  84. @ApiModelProperty(value = "撤站日期(长度:7,可为空:Y)")
  85. private String calym;
  86. //测站所属流域机构
  87. @ApiParam(value = "测站所属流域机构(长度:50,可为空:Y)")
  88. @ApiModelProperty(value = "测站所属流域机构(长度:50,可为空:Y)")
  89. private String rvnm;
  90. //所属地质单元
  91. @ApiParam(value = "所属地质单元(长度:50,可为空:Y)")
  92. @ApiModelProperty(value = "所属地质单元(长度:50,可为空:Y)")
  93. private String gogunt;
  94. //保护装置
  95. @ApiParam(value = "保护装置(长度:50,可为空:Y)")
  96. @ApiModelProperty(value = "保护装置(长度:50,可为空:Y)")
  97. private String prtc;
  98. //地面高程(m)
  99. @ApiParam(value = "地面高程(m)(精度:10,小数位:3,可为空:Y)")
  100. @ApiModelProperty(value = "地面高程(m)(精度:10,小数位:3,可为空:Y)")
  101. private Double grdlvl;
  102. //行政区划名称
  103. @ApiParam(value = "行政区划名称(长度:50,可为空:Y)")
  104. @ApiModelProperty(value = "行政区划名称(长度:50,可为空:Y)")
  105. private String adnm;
  106. @ApiParam(value = "(精度:10,小数位:6,可为空:Y)")
  107. @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)")
  108. private Double lttdPc;
  109. //东经(度)
  110. @ApiParam(value = "东经(度)(精度:10,小数位:6,可为空:Y)")
  111. @ApiModelProperty(value = "东经(度)(精度:10,小数位:6,可为空:Y)")
  112. private Double lgtd;
  113. //监测井类型
  114. @ApiParam(value = "监测井类型(长度:50,可为空:Y)")
  115. @ApiModelProperty(value = "监测井类型(长度:50,可为空:Y)")
  116. private String wsttp;
  117. //原编码
  118. @ApiParam(value = "原编码(长度:50,可为空:Y)")
  119. @ApiModelProperty(value = "原编码(长度:50,可为空:Y)")
  120. private String ostcd;
  121. @ApiParam(value = "(长度:50,可为空:Y)")
  122. @ApiModelProperty(value = "(长度:50,可为空:Y)")
  123. private String esstyr;
  124. //入库时间
  125. @ApiParam(value = "入库时间(长度:7,可为空:Y)")
  126. @ApiModelProperty(value = "入库时间(长度:7,可为空:Y)")
  127. private String intm;
  128. //固定点高程(m)
  129. @ApiParam(value = "固定点高程(m)(精度:10,小数位:3,可为空:Y)")
  130. @ApiModelProperty(value = "固定点高程(m)(精度:10,小数位:3,可为空:Y)")
  131. private Double stndpnt;
  132. //管理单位
  133. @ApiParam(value = "管理单位(长度:50,可为空:Y)")
  134. @ApiModelProperty(value = "管理单位(长度:50,可为空:Y)")
  135. private String mnun;
  136. //产权单位
  137. @ApiParam(value = "产权单位(长度:50,可为空:Y)")
  138. @ApiModelProperty(value = "产权单位(长度:50,可为空:Y)")
  139. private String onun;
  140. //井台高(m)
  141. @ApiParam(value = "井台高(m)(精度:10,小数位:3,可为空:Y)")
  142. @ApiModelProperty(value = "井台高(m)(精度:10,小数位:3,可为空:Y)")
  143. private Double spghgh;
  144. public AttGrwBaseParam() {
  145. }
  146. public String getStcd() {
  147. return stcd;
  148. }
  149. public void setStcd(String stcd) {
  150. this.stcd = stcd;
  151. }
  152. public String getDtmmdpr() {
  153. return dtmmdpr;
  154. }
  155. public void setDtmmdpr(String dtmmdpr) {
  156. this.dtmmdpr = dtmmdpr;
  157. }
  158. public String getDtmnm() {
  159. return dtmnm;
  160. }
  161. public void setDtmnm(String dtmnm) {
  162. this.dtmnm = dtmnm;
  163. }
  164. public String getEsstym() {
  165. return esstym;
  166. }
  167. public void setEsstym(String esstym) {
  168. this.esstym = esstym;
  169. }
  170. public Double getLgtdPc() {
  171. return lgtdPc;
  172. }
  173. public void setLgtdPc(Double lgtdPc) {
  174. this.lgtdPc = lgtdPc;
  175. }
  176. public String getIsart() {
  177. return isart;
  178. }
  179. public void setIsart(String isart) {
  180. this.isart = isart;
  181. }
  182. public String getStlc() {
  183. return stlc;
  184. }
  185. public void setStlc(String stlc) {
  186. this.stlc = stlc;
  187. }
  188. public Double getWelldep() {
  189. return welldep;
  190. }
  191. public void setWelldep(Double welldep) {
  192. this.welldep = welldep;
  193. }
  194. public String getNote() {
  195. return note;
  196. }
  197. public void setNote(String note) {
  198. this.note = note;
  199. }
  200. public Double getLttd() {
  201. return lttd;
  202. }
  203. public void setLttd(Double lttd) {
  204. this.lttd = lttd;
  205. }
  206. public String getAqme() {
  207. return aqme;
  208. }
  209. public void setAqme(String aqme) {
  210. this.aqme = aqme;
  211. }
  212. public String getBurcn() {
  213. return burcn;
  214. }
  215. public void setBurcn(String burcn) {
  216. this.burcn = burcn;
  217. }
  218. public String getPbprj() {
  219. return pbprj;
  220. }
  221. public void setPbprj(String pbprj) {
  222. this.pbprj = pbprj;
  223. }
  224. public String getBwsttp() {
  225. return bwsttp;
  226. }
  227. public void setBwsttp(String bwsttp) {
  228. this.bwsttp = bwsttp;
  229. }
  230. public String getStnm() {
  231. return stnm;
  232. }
  233. public void setStnm(String stnm) {
  234. this.stnm = stnm;
  235. }
  236. public String getAdcd() {
  237. return adcd;
  238. }
  239. public void setAdcd(String adcd) {
  240. this.adcd = adcd;
  241. }
  242. public String getSttp() {
  243. return sttp;
  244. }
  245. public void setSttp(String sttp) {
  246. this.sttp = sttp;
  247. }
  248. public String getStel() {
  249. return stel;
  250. }
  251. public void setStel(String stel) {
  252. this.stel = stel;
  253. }
  254. public String getCalym() {
  255. return calym;
  256. }
  257. public void setCalym(String calym) {
  258. this.calym = calym;
  259. }
  260. public String getRvnm() {
  261. return rvnm;
  262. }
  263. public void setRvnm(String rvnm) {
  264. this.rvnm = rvnm;
  265. }
  266. public String getGogunt() {
  267. return gogunt;
  268. }
  269. public void setGogunt(String gogunt) {
  270. this.gogunt = gogunt;
  271. }
  272. public String getPrtc() {
  273. return prtc;
  274. }
  275. public void setPrtc(String prtc) {
  276. this.prtc = prtc;
  277. }
  278. public Double getGrdlvl() {
  279. return grdlvl;
  280. }
  281. public void setGrdlvl(Double grdlvl) {
  282. this.grdlvl = grdlvl;
  283. }
  284. public String getAdnm() {
  285. return adnm;
  286. }
  287. public void setAdnm(String adnm) {
  288. this.adnm = adnm;
  289. }
  290. public Double getLttdPc() {
  291. return lttdPc;
  292. }
  293. public void setLttdPc(Double lttdPc) {
  294. this.lttdPc = lttdPc;
  295. }
  296. public Double getLgtd() {
  297. return lgtd;
  298. }
  299. public void setLgtd(Double lgtd) {
  300. this.lgtd = lgtd;
  301. }
  302. public String getWsttp() {
  303. return wsttp;
  304. }
  305. public void setWsttp(String wsttp) {
  306. this.wsttp = wsttp;
  307. }
  308. public String getOstcd() {
  309. return ostcd;
  310. }
  311. public void setOstcd(String ostcd) {
  312. this.ostcd = ostcd;
  313. }
  314. public String getEsstyr() {
  315. return esstyr;
  316. }
  317. public void setEsstyr(String esstyr) {
  318. this.esstyr = esstyr;
  319. }
  320. public String getIntm() {
  321. return intm;
  322. }
  323. public void setIntm(String intm) {
  324. this.intm = intm;
  325. }
  326. public Double getStndpnt() {
  327. return stndpnt;
  328. }
  329. public void setStndpnt(Double stndpnt) {
  330. this.stndpnt = stndpnt;
  331. }
  332. public String getMnun() {
  333. return mnun;
  334. }
  335. public void setMnun(String mnun) {
  336. this.mnun = mnun;
  337. }
  338. public String getOnun() {
  339. return onun;
  340. }
  341. public void setOnun(String onun) {
  342. this.onun = onun;
  343. }
  344. public Double getSpghgh() {
  345. return spghgh;
  346. }
  347. public void setSpghgh(Double spghgh) {
  348. this.spghgh = spghgh;
  349. }
  350. }