dabe33c0f33e49c8c51e233140e7e2a32be59523.svn-base 11 KB

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