13871dcdc02b6f97432230e45af6c75d937d5670.svn-base 11 KB

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