552b9a88da6bda6e9234a157780205f68273adf2.svn-base 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import cn.com.goldenwater.core.model.BaseBean;
  4. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  5. import io.swagger.annotations.ApiModelProperty;
  6. /**
  7. * entity:StStbprpB
  8. *
  9. * @author lune
  10. * @date 2019-6-4
  11. */
  12. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  13. public class StStbprpB extends BaseBean implements Serializable {
  14. @ApiModelProperty("水文站编码")
  15. private String stcd;
  16. @ApiModelProperty("水文站名称")
  17. private String stnm;
  18. @ApiModelProperty("河流名称")
  19. private String rvnm;
  20. private String hnnm;
  21. @ApiModelProperty("江河名称")
  22. private String bsnm;
  23. private String lgtdOld;
  24. private String lttdOld;
  25. @ApiModelProperty("所在地址")
  26. private String stlc;
  27. @ApiModelProperty("行政区划编码")
  28. private String addvcd;
  29. private Double mdbz;
  30. private Double mdpr;
  31. private String dtmnm;
  32. private Double dtmel;
  33. private String sttp;
  34. private Long dfrtms;
  35. private String fritm;
  36. private String frgrd;
  37. private String bgfrym;
  38. private String edfrym;
  39. @ApiModelProperty("所属单位")
  40. private String admauth;
  41. private String phcd;
  42. private String esstym;
  43. private Double lgtd1;
  44. private Double lttd1;
  45. private String locality;
  46. private Long direction;
  47. private String basincd;
  48. private String moditime;
  49. private String entpoint;
  50. private String stperson;
  51. private String mobphone;
  52. private Double fieldcap;
  53. private String rainfall;
  54. private String moisture;
  55. private String comments;
  56. private Long drna;
  57. private Double lgtd;
  58. private Double lttd;
  59. private Double dtpr;
  60. private String atcunit;
  61. private Long stazt;
  62. private Double dstrvm;
  63. private String usfl;
  64. public StStbprpB() {
  65. }
  66. public String getStcd() {
  67. return stcd;
  68. }
  69. public void setStcd(String stcd) {
  70. this.stcd = stcd;
  71. }
  72. public String getStnm() {
  73. return stnm;
  74. }
  75. public void setStnm(String stnm) {
  76. this.stnm = stnm;
  77. }
  78. public String getRvnm() {
  79. return rvnm;
  80. }
  81. public void setRvnm(String rvnm) {
  82. this.rvnm = rvnm;
  83. }
  84. public String getHnnm() {
  85. return hnnm;
  86. }
  87. public void setHnnm(String hnnm) {
  88. this.hnnm = hnnm;
  89. }
  90. public String getBsnm() {
  91. return bsnm;
  92. }
  93. public void setBsnm(String bsnm) {
  94. this.bsnm = bsnm;
  95. }
  96. public String getLgtdOld() {
  97. return lgtdOld;
  98. }
  99. public void setLgtdOld(String lgtdOld) {
  100. this.lgtdOld = lgtdOld;
  101. }
  102. public String getLttdOld() {
  103. return lttdOld;
  104. }
  105. public void setLttdOld(String lttdOld) {
  106. this.lttdOld = lttdOld;
  107. }
  108. public String getStlc() {
  109. return stlc;
  110. }
  111. public void setStlc(String stlc) {
  112. this.stlc = stlc;
  113. }
  114. public String getAddvcd() {
  115. return addvcd;
  116. }
  117. public void setAddvcd(String addvcd) {
  118. this.addvcd = addvcd;
  119. }
  120. public Double getMdbz() {
  121. return mdbz;
  122. }
  123. public void setMdbz(Double mdbz) {
  124. this.mdbz = mdbz;
  125. }
  126. public Double getMdpr() {
  127. return mdpr;
  128. }
  129. public void setMdpr(Double mdpr) {
  130. this.mdpr = mdpr;
  131. }
  132. public String getDtmnm() {
  133. return dtmnm;
  134. }
  135. public void setDtmnm(String dtmnm) {
  136. this.dtmnm = dtmnm;
  137. }
  138. public Double getDtmel() {
  139. return dtmel;
  140. }
  141. public void setDtmel(Double dtmel) {
  142. this.dtmel = dtmel;
  143. }
  144. public String getSttp() {
  145. return sttp;
  146. }
  147. public void setSttp(String sttp) {
  148. this.sttp = sttp;
  149. }
  150. public Long getDfrtms() {
  151. return dfrtms;
  152. }
  153. public void setDfrtms(Long dfrtms) {
  154. this.dfrtms = dfrtms;
  155. }
  156. public String getFritm() {
  157. return fritm;
  158. }
  159. public void setFritm(String fritm) {
  160. this.fritm = fritm;
  161. }
  162. public String getBgfrym() {
  163. return bgfrym;
  164. }
  165. public void setBgfrym(String bgfrym) {
  166. this.bgfrym = bgfrym;
  167. }
  168. public String getEdfrym() {
  169. return edfrym;
  170. }
  171. public void setEdfrym(String edfrym) {
  172. this.edfrym = edfrym;
  173. }
  174. public String getAdmauth() {
  175. return admauth;
  176. }
  177. public void setAdmauth(String admauth) {
  178. this.admauth = admauth;
  179. }
  180. public String getPhcd() {
  181. return phcd;
  182. }
  183. public void setPhcd(String phcd) {
  184. this.phcd = phcd;
  185. }
  186. public String getEsstym() {
  187. return esstym;
  188. }
  189. public void setEsstym(String esstym) {
  190. this.esstym = esstym;
  191. }
  192. public Double getLgtd1() {
  193. return lgtd1;
  194. }
  195. public void setLgtd1(Double lgtd1) {
  196. this.lgtd1 = lgtd1;
  197. }
  198. public Double getLttd1() {
  199. return lttd1;
  200. }
  201. public void setLttd1(Double lttd1) {
  202. this.lttd1 = lttd1;
  203. }
  204. public String getLocality() {
  205. return locality;
  206. }
  207. public void setLocality(String locality) {
  208. this.locality = locality;
  209. }
  210. public Long getDirection() {
  211. return direction;
  212. }
  213. public void setDirection(Long direction) {
  214. this.direction = direction;
  215. }
  216. public String getBasincd() {
  217. return basincd;
  218. }
  219. public void setBasincd(String basincd) {
  220. this.basincd = basincd;
  221. }
  222. public String getEntpoint() {
  223. return entpoint;
  224. }
  225. public void setEntpoint(String entpoint) {
  226. this.entpoint = entpoint;
  227. }
  228. public String getStperson() {
  229. return stperson;
  230. }
  231. public void setStperson(String stperson) {
  232. this.stperson = stperson;
  233. }
  234. public String getMobphone() {
  235. return mobphone;
  236. }
  237. public void setMobphone(String mobphone) {
  238. this.mobphone = mobphone;
  239. }
  240. public Double getFieldcap() {
  241. return fieldcap;
  242. }
  243. public void setFieldcap(Double fieldcap) {
  244. this.fieldcap = fieldcap;
  245. }
  246. public String getRainfall() {
  247. return rainfall;
  248. }
  249. public void setRainfall(String rainfall) {
  250. this.rainfall = rainfall;
  251. }
  252. public String getMoisture() {
  253. return moisture;
  254. }
  255. public void setMoisture(String moisture) {
  256. this.moisture = moisture;
  257. }
  258. public String getComments() {
  259. return comments;
  260. }
  261. public void setComments(String comments) {
  262. this.comments = comments;
  263. }
  264. public Long getDrna() {
  265. return drna;
  266. }
  267. public void setDrna(Long drna) {
  268. this.drna = drna;
  269. }
  270. public Double getLgtd() {
  271. return lgtd;
  272. }
  273. public void setLgtd(Double lgtd) {
  274. this.lgtd = lgtd;
  275. }
  276. public Double getLttd() {
  277. return lttd;
  278. }
  279. public void setLttd(Double lttd) {
  280. this.lttd = lttd;
  281. }
  282. public Double getDtpr() {
  283. return dtpr;
  284. }
  285. public void setDtpr(Double dtpr) {
  286. this.dtpr = dtpr;
  287. }
  288. public String getAtcunit() {
  289. return atcunit;
  290. }
  291. public void setAtcunit(String atcunit) {
  292. this.atcunit = atcunit;
  293. }
  294. public Long getStazt() {
  295. return stazt;
  296. }
  297. public void setStazt(Long stazt) {
  298. this.stazt = stazt;
  299. }
  300. public Double getDstrvm() {
  301. return dstrvm;
  302. }
  303. public void setDstrvm(Double dstrvm) {
  304. this.dstrvm = dstrvm;
  305. }
  306. public String getUsfl() {
  307. return usfl;
  308. }
  309. public void setUsfl(String usfl) {
  310. this.usfl = usfl;
  311. }
  312. public String getFrgrd() {
  313. return frgrd;
  314. }
  315. public void setFrgrd(String frgrd) {
  316. this.frgrd = frgrd;
  317. }
  318. public String getModitime() {
  319. return moditime;
  320. }
  321. public void setModitime(String moditime) {
  322. this.moditime = moditime;
  323. }
  324. @Override
  325. public String toString() {
  326. return "StStbprpB{" +
  327. "stcd='" + stcd + '\'' +
  328. ", stnm='" + stnm + '\'' +
  329. ", rvnm='" + rvnm + '\'' +
  330. ", hnnm='" + hnnm + '\'' +
  331. ", bsnm='" + bsnm + '\'' +
  332. ", lgtdOld='" + lgtdOld + '\'' +
  333. ", lttdOld='" + lttdOld + '\'' +
  334. ", stlc='" + stlc + '\'' +
  335. ", addvcd='" + addvcd + '\'' +
  336. ", mdbz=" + mdbz +
  337. ", mdpr=" + mdpr +
  338. ", dtmnm='" + dtmnm + '\'' +
  339. ", dtmel=" + dtmel +
  340. ", sttp='" + sttp + '\'' +
  341. ", dfrtms=" + dfrtms +
  342. ", fritm='" + fritm + '\'' +
  343. ", frgrd='" + frgrd + '\'' +
  344. ", bgfrym='" + bgfrym + '\'' +
  345. ", edfrym='" + edfrym + '\'' +
  346. ", admauth='" + admauth + '\'' +
  347. ", phcd='" + phcd + '\'' +
  348. ", esstym='" + esstym + '\'' +
  349. ", lgtd1=" + lgtd1 +
  350. ", lttd1=" + lttd1 +
  351. ", locality='" + locality + '\'' +
  352. ", direction=" + direction +
  353. ", basincd='" + basincd + '\'' +
  354. ", moditime='" + moditime + '\'' +
  355. ", entpoint='" + entpoint + '\'' +
  356. ", stperson='" + stperson + '\'' +
  357. ", mobphone='" + mobphone + '\'' +
  358. ", fieldcap=" + fieldcap +
  359. ", rainfall='" + rainfall + '\'' +
  360. ", moisture='" + moisture + '\'' +
  361. ", comments='" + comments + '\'' +
  362. ", drna=" + drna +
  363. ", lgtd=" + lgtd +
  364. ", lttd=" + lttd +
  365. ", dtpr=" + dtpr +
  366. ", atcunit='" + atcunit + '\'' +
  367. ", stazt=" + stazt +
  368. ", dstrvm=" + dstrvm +
  369. ", usfl='" + usfl + '\'' +
  370. '}';
  371. }
  372. }