f26810c9ed4754039b31a19a0a30f665af8a2552.svn-base 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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. * StStbprpBParam
  8. *
  9. * @author lune
  10. * @date 2019-6-4
  11. */
  12. public class StStbprpBParam extends PageParam implements Serializable {
  13. private String stcd;
  14. private String stnm;
  15. private String rvnm;
  16. private String hnnm;
  17. private String bsnm;
  18. private String lgtdOld;
  19. private String lttdOld;
  20. private String stlc;
  21. private String addvcd;
  22. private Double mdbz;
  23. private Double mdpr;
  24. private String dtmnm;
  25. private Double dtmel;
  26. private String sttp;
  27. private Long dfrtms;
  28. private String fritm;
  29. private Boolean frgrd;
  30. private String bgfrym;
  31. private String edfrym;
  32. private String admauth;
  33. private Boolean stbk;
  34. private String phcd;
  35. private String esstym;
  36. private Double lgtd1;
  37. private Double lttd1;
  38. private String locality;
  39. private Long direction;
  40. private String basincd;
  41. private Date moditime;
  42. private String entpoint;
  43. private String stperson;
  44. private String mobphone;
  45. private Double fieldcap;
  46. private String rainfall;
  47. private String moisture;
  48. private String comments;
  49. private Long drna;
  50. private Double lgtd;
  51. private Double lttd;
  52. private Double dtpr;
  53. private String atcunit;
  54. private Long stazt;
  55. private Double dstrvm;
  56. private String usfl;
  57. public StStbprpBParam() {
  58. }
  59. public String getStcd() {
  60. return stcd;
  61. }
  62. public void setStcd(String stcd) {
  63. this.stcd = stcd;
  64. }
  65. public String getStnm() {
  66. return stnm;
  67. }
  68. public void setStnm(String stnm) {
  69. this.stnm = stnm;
  70. }
  71. public String getRvnm() {
  72. return rvnm;
  73. }
  74. public void setRvnm(String rvnm) {
  75. this.rvnm = rvnm;
  76. }
  77. public String getHnnm() {
  78. return hnnm;
  79. }
  80. public void setHnnm(String hnnm) {
  81. this.hnnm = hnnm;
  82. }
  83. public String getBsnm() {
  84. return bsnm;
  85. }
  86. public void setBsnm(String bsnm) {
  87. this.bsnm = bsnm;
  88. }
  89. public String getLgtdOld() {
  90. return lgtdOld;
  91. }
  92. public void setLgtdOld(String lgtdOld) {
  93. this.lgtdOld = lgtdOld;
  94. }
  95. public String getLttdOld() {
  96. return lttdOld;
  97. }
  98. public void setLttdOld(String lttdOld) {
  99. this.lttdOld = lttdOld;
  100. }
  101. public String getStlc() {
  102. return stlc;
  103. }
  104. public void setStlc(String stlc) {
  105. this.stlc = stlc;
  106. }
  107. public String getAddvcd() {
  108. return addvcd;
  109. }
  110. public void setAddvcd(String addvcd) {
  111. this.addvcd = addvcd;
  112. }
  113. public Double getMdbz() {
  114. return mdbz;
  115. }
  116. public void setMdbz(Double mdbz) {
  117. this.mdbz = mdbz;
  118. }
  119. public Double getMdpr() {
  120. return mdpr;
  121. }
  122. public void setMdpr(Double mdpr) {
  123. this.mdpr = mdpr;
  124. }
  125. public String getDtmnm() {
  126. return dtmnm;
  127. }
  128. public void setDtmnm(String dtmnm) {
  129. this.dtmnm = dtmnm;
  130. }
  131. public Double getDtmel() {
  132. return dtmel;
  133. }
  134. public void setDtmel(Double dtmel) {
  135. this.dtmel = dtmel;
  136. }
  137. public String getSttp() {
  138. return sttp;
  139. }
  140. public void setSttp(String sttp) {
  141. this.sttp = sttp;
  142. }
  143. public Long getDfrtms() {
  144. return dfrtms;
  145. }
  146. public void setDfrtms(Long dfrtms) {
  147. this.dfrtms = dfrtms;
  148. }
  149. public String getFritm() {
  150. return fritm;
  151. }
  152. public void setFritm(String fritm) {
  153. this.fritm = fritm;
  154. }
  155. public Boolean getFrgrd() {
  156. return frgrd;
  157. }
  158. public void setFrgrd(Boolean frgrd) {
  159. this.frgrd = frgrd;
  160. }
  161. public String getBgfrym() {
  162. return bgfrym;
  163. }
  164. public void setBgfrym(String bgfrym) {
  165. this.bgfrym = bgfrym;
  166. }
  167. public String getEdfrym() {
  168. return edfrym;
  169. }
  170. public void setEdfrym(String edfrym) {
  171. this.edfrym = edfrym;
  172. }
  173. public String getAdmauth() {
  174. return admauth;
  175. }
  176. public void setAdmauth(String admauth) {
  177. this.admauth = admauth;
  178. }
  179. public Boolean getStbk() {
  180. return stbk;
  181. }
  182. public void setStbk(Boolean stbk) {
  183. this.stbk = stbk;
  184. }
  185. public String getPhcd() {
  186. return phcd;
  187. }
  188. public void setPhcd(String phcd) {
  189. this.phcd = phcd;
  190. }
  191. public String getEsstym() {
  192. return esstym;
  193. }
  194. public void setEsstym(String esstym) {
  195. this.esstym = esstym;
  196. }
  197. public Double getLgtd1() {
  198. return lgtd1;
  199. }
  200. public void setLgtd1(Double lgtd1) {
  201. this.lgtd1 = lgtd1;
  202. }
  203. public Double getLttd1() {
  204. return lttd1;
  205. }
  206. public void setLttd1(Double lttd1) {
  207. this.lttd1 = lttd1;
  208. }
  209. public String getLocality() {
  210. return locality;
  211. }
  212. public void setLocality(String locality) {
  213. this.locality = locality;
  214. }
  215. public Long getDirection() {
  216. return direction;
  217. }
  218. public void setDirection(Long direction) {
  219. this.direction = direction;
  220. }
  221. public String getBasincd() {
  222. return basincd;
  223. }
  224. public void setBasincd(String basincd) {
  225. this.basincd = basincd;
  226. }
  227. public Date getModitime() {
  228. return moditime;
  229. }
  230. public void setModitime(Date moditime) {
  231. this.moditime = moditime;
  232. }
  233. public String getEntpoint() {
  234. return entpoint;
  235. }
  236. public void setEntpoint(String entpoint) {
  237. this.entpoint = entpoint;
  238. }
  239. public String getStperson() {
  240. return stperson;
  241. }
  242. public void setStperson(String stperson) {
  243. this.stperson = stperson;
  244. }
  245. public String getMobphone() {
  246. return mobphone;
  247. }
  248. public void setMobphone(String mobphone) {
  249. this.mobphone = mobphone;
  250. }
  251. public Double getFieldcap() {
  252. return fieldcap;
  253. }
  254. public void setFieldcap(Double fieldcap) {
  255. this.fieldcap = fieldcap;
  256. }
  257. public String getRainfall() {
  258. return rainfall;
  259. }
  260. public void setRainfall(String rainfall) {
  261. this.rainfall = rainfall;
  262. }
  263. public String getMoisture() {
  264. return moisture;
  265. }
  266. public void setMoisture(String moisture) {
  267. this.moisture = moisture;
  268. }
  269. public String getComments() {
  270. return comments;
  271. }
  272. public void setComments(String comments) {
  273. this.comments = comments;
  274. }
  275. public Long getDrna() {
  276. return drna;
  277. }
  278. public void setDrna(Long drna) {
  279. this.drna = drna;
  280. }
  281. public Double getLgtd() {
  282. return lgtd;
  283. }
  284. public void setLgtd(Double lgtd) {
  285. this.lgtd = lgtd;
  286. }
  287. public Double getLttd() {
  288. return lttd;
  289. }
  290. public void setLttd(Double lttd) {
  291. this.lttd = lttd;
  292. }
  293. public Double getDtpr() {
  294. return dtpr;
  295. }
  296. public void setDtpr(Double dtpr) {
  297. this.dtpr = dtpr;
  298. }
  299. public String getAtcunit() {
  300. return atcunit;
  301. }
  302. public void setAtcunit(String atcunit) {
  303. this.atcunit = atcunit;
  304. }
  305. public Long getStazt() {
  306. return stazt;
  307. }
  308. public void setStazt(Long stazt) {
  309. this.stazt = stazt;
  310. }
  311. public Double getDstrvm() {
  312. return dstrvm;
  313. }
  314. public void setDstrvm(Double dstrvm) {
  315. this.dstrvm = dstrvm;
  316. }
  317. public String getUsfl() {
  318. return usfl;
  319. }
  320. public void setUsfl(String usfl) {
  321. this.usfl = usfl;
  322. }
  323. }