a8642b82482ce51a2599e7d29664963f29c0f7b7.svn-base 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. /**
  7. * entity:AttGrwBaseCrrct
  8. *
  9. * @author zhengdafei
  10. * @date 2019-4-8
  11. */
  12. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  13. public class AttGrwBaseCrrct extends BaseBean implements Serializable {
  14. private static final long serialVersionUID = 1L;
  15. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  16. private String dtmmdpr;
  17. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  18. private String pbprj;
  19. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  20. private String adnm;
  21. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  22. private String aqme;
  23. //最后修改时间
  24. @ApiModelProperty(value = "最后修改时间(长度:7,可为空:Y)", notes = "最后修改时间")
  25. private String uptm;
  26. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  27. private String bwsttp;
  28. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  29. private String isart;
  30. @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "")
  31. private Double lgtd;
  32. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  33. private String mnun;
  34. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  35. private String stel;
  36. @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "")
  37. private Double grdlvl;
  38. @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "")
  39. private String calym;
  40. @ApiModelProperty(value = "(长度:512,可为空:Y)", notes = "")
  41. private String stlc;
  42. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  43. private String onun;
  44. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  45. private String dtmnm;
  46. //修改人ID
  47. @ApiModelProperty(value = "修改人ID(长度:50,可为空:Y)", notes = "修改人ID")
  48. private String edtrPesr;
  49. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  50. private String adcd;
  51. @ApiModelProperty(value = "(长度:4,000,可为空:Y)", notes = "")
  52. private String note;
  53. @ApiModelProperty(value = "(长度:100,可为空:Y)", notes = "")
  54. private String stnm;
  55. @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "")
  56. private String intm;
  57. @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "")
  58. private Double stndpnt;
  59. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  60. private String burcn;
  61. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  62. private String sttp;
  63. @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "")
  64. private String esstym;
  65. @ApiModelProperty(value = "(长度:32,可为空:Y,默认值:sys_guid())", notes = "")
  66. private String crrctId;
  67. @ApiModelProperty(value = "(长度:20,可为空:N)", notes = "", required = true)
  68. private String stcd;
  69. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  70. private String ostcd;
  71. @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "")
  72. private Double spghgh;
  73. //审核状态
  74. @ApiModelProperty(value = "审核状态(长度:1,可为空:Y,默认值:0)", notes = "审核状态")
  75. private String chkState;
  76. @ApiModelProperty(value = "(精度:10,小数位:3,可为空:Y)", notes = "")
  77. private Double welldep;
  78. @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "")
  79. private Double lttdPc;
  80. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  81. private String rvnm;
  82. @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "")
  83. private Double lttd;
  84. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  85. private String esstyr;
  86. @ApiModelProperty(value = "(精度:10,小数位:6,可为空:Y)", notes = "")
  87. private Double lgtdPc;
  88. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  89. private String prtc;
  90. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  91. private String gogunt;
  92. @ApiModelProperty(value = "(长度:50,可为空:Y)", notes = "")
  93. private String wsttp;
  94. @ApiModelProperty(value = "数据来源", notes = "数据来源")
  95. private String src;
  96. public String getSrc() {
  97. return src;
  98. }
  99. public void setSrc(String src) {
  100. this.src = src;
  101. }
  102. public AttGrwBaseCrrct() {
  103. }
  104. public String getDtmmdpr() {
  105. return dtmmdpr;
  106. }
  107. public void setDtmmdpr(String dtmmdpr) {
  108. this.dtmmdpr = dtmmdpr;
  109. }
  110. public String getPbprj() {
  111. return pbprj;
  112. }
  113. public void setPbprj(String pbprj) {
  114. this.pbprj = pbprj;
  115. }
  116. public String getAdnm() {
  117. return adnm;
  118. }
  119. public void setAdnm(String adnm) {
  120. this.adnm = adnm;
  121. }
  122. public String getAqme() {
  123. return aqme;
  124. }
  125. public void setAqme(String aqme) {
  126. this.aqme = aqme;
  127. }
  128. public String getUptm() {
  129. return uptm;
  130. }
  131. public void setUptm(String uptm) {
  132. this.uptm = uptm;
  133. }
  134. public String getBwsttp() {
  135. return bwsttp;
  136. }
  137. public void setBwsttp(String bwsttp) {
  138. this.bwsttp = bwsttp;
  139. }
  140. public String getIsart() {
  141. return isart;
  142. }
  143. public void setIsart(String isart) {
  144. this.isart = isart;
  145. }
  146. public Double getLgtd() {
  147. return lgtd;
  148. }
  149. public void setLgtd(Double lgtd) {
  150. this.lgtd = lgtd;
  151. }
  152. public String getMnun() {
  153. return mnun;
  154. }
  155. public void setMnun(String mnun) {
  156. this.mnun = mnun;
  157. }
  158. public String getStel() {
  159. return stel;
  160. }
  161. public void setStel(String stel) {
  162. this.stel = stel;
  163. }
  164. public Double getGrdlvl() {
  165. return grdlvl;
  166. }
  167. public void setGrdlvl(Double grdlvl) {
  168. this.grdlvl = grdlvl;
  169. }
  170. public String getCalym() {
  171. return calym;
  172. }
  173. public void setCalym(String calym) {
  174. this.calym = calym;
  175. }
  176. public String getStlc() {
  177. return stlc;
  178. }
  179. public void setStlc(String stlc) {
  180. this.stlc = stlc;
  181. }
  182. public String getOnun() {
  183. return onun;
  184. }
  185. public void setOnun(String onun) {
  186. this.onun = onun;
  187. }
  188. public String getDtmnm() {
  189. return dtmnm;
  190. }
  191. public void setDtmnm(String dtmnm) {
  192. this.dtmnm = dtmnm;
  193. }
  194. public String getEdtrPesr() {
  195. return edtrPesr;
  196. }
  197. public void setEdtrPesr(String edtrPesr) {
  198. this.edtrPesr = edtrPesr;
  199. }
  200. public String getAdcd() {
  201. return adcd;
  202. }
  203. public void setAdcd(String adcd) {
  204. this.adcd = adcd;
  205. }
  206. public String getNote() {
  207. return note;
  208. }
  209. public void setNote(String note) {
  210. this.note = note;
  211. }
  212. public String getStnm() {
  213. return stnm;
  214. }
  215. public void setStnm(String stnm) {
  216. this.stnm = stnm;
  217. }
  218. public String getIntm() {
  219. return intm;
  220. }
  221. public void setIntm(String intm) {
  222. this.intm = intm;
  223. }
  224. public Double getStndpnt() {
  225. return stndpnt;
  226. }
  227. public void setStndpnt(Double stndpnt) {
  228. this.stndpnt = stndpnt;
  229. }
  230. public String getBurcn() {
  231. return burcn;
  232. }
  233. public void setBurcn(String burcn) {
  234. this.burcn = burcn;
  235. }
  236. public String getSttp() {
  237. return sttp;
  238. }
  239. public void setSttp(String sttp) {
  240. this.sttp = sttp;
  241. }
  242. public String getEsstym() {
  243. return esstym;
  244. }
  245. public void setEsstym(String esstym) {
  246. this.esstym = esstym;
  247. }
  248. public String getCrrctId() {
  249. return crrctId;
  250. }
  251. public void setCrrctId(String crrctId) {
  252. this.crrctId = crrctId;
  253. }
  254. public String getStcd() {
  255. return stcd;
  256. }
  257. public void setStcd(String stcd) {
  258. this.stcd = stcd;
  259. }
  260. public String getOstcd() {
  261. return ostcd;
  262. }
  263. public void setOstcd(String ostcd) {
  264. this.ostcd = ostcd;
  265. }
  266. public Double getSpghgh() {
  267. return spghgh;
  268. }
  269. public void setSpghgh(Double spghgh) {
  270. this.spghgh = spghgh;
  271. }
  272. public String getChkState() {
  273. return chkState;
  274. }
  275. public void setChkState(String chkState) {
  276. this.chkState = chkState;
  277. }
  278. public Double getWelldep() {
  279. return welldep;
  280. }
  281. public void setWelldep(Double welldep) {
  282. this.welldep = welldep;
  283. }
  284. public Double getLttdPc() {
  285. return lttdPc;
  286. }
  287. public void setLttdPc(Double lttdPc) {
  288. this.lttdPc = lttdPc;
  289. }
  290. public String getRvnm() {
  291. return rvnm;
  292. }
  293. public void setRvnm(String rvnm) {
  294. this.rvnm = rvnm;
  295. }
  296. public Double getLttd() {
  297. return lttd;
  298. }
  299. public void setLttd(Double lttd) {
  300. this.lttd = lttd;
  301. }
  302. public String getEsstyr() {
  303. return esstyr;
  304. }
  305. public void setEsstyr(String esstyr) {
  306. this.esstyr = esstyr;
  307. }
  308. public Double getLgtdPc() {
  309. return lgtdPc;
  310. }
  311. public void setLgtdPc(Double lgtdPc) {
  312. this.lgtdPc = lgtdPc;
  313. }
  314. public String getPrtc() {
  315. return prtc;
  316. }
  317. public void setPrtc(String prtc) {
  318. this.prtc = prtc;
  319. }
  320. public String getGogunt() {
  321. return gogunt;
  322. }
  323. public void setGogunt(String gogunt) {
  324. this.gogunt = gogunt;
  325. }
  326. public String getWsttp() {
  327. return wsttp;
  328. }
  329. public void setWsttp(String wsttp) {
  330. this.wsttp = wsttp;
  331. }
  332. @Override
  333. public String toString() {
  334. return "AttGrwBaseCrrct [" + "dtmmdpr=" + dtmmdpr + ", pbprj=" + pbprj + ", adnm=" + adnm + ", aqme=" + aqme + ", uptm=" + uptm + ", bwsttp=" + bwsttp + ", isart=" + isart + ", lgtd=" + lgtd + ", mnun=" + mnun + ", stel=" + stel + ", grdlvl=" + grdlvl + ", calym=" + calym + ", stlc=" + stlc + ", onun=" + onun + ", dtmnm=" + dtmnm + ", edtrPesr=" + edtrPesr + ", adcd=" + adcd + ", note=" + note + ", stnm=" + stnm + ", intm=" + intm + ", stndpnt=" + stndpnt + ", burcn=" + burcn + ", sttp=" + sttp + ", esstym=" + esstym + ", crrctId=" + crrctId + ", stcd=" + stcd + ", ostcd=" + ostcd + ", spghgh=" + spghgh + ", chkState=" + chkState + ", welldep=" + welldep + ", lttdPc=" + lttdPc + ", rvnm=" + rvnm + ", lttd=" + lttd + ", esstyr=" + esstyr + ", lgtdPc=" + lgtdPc + ", prtc=" + prtc + ", gogunt=" + gogunt + ", wsttp=" + wsttp + "]";
  335. }
  336. }