7d1996e5f81908032bfc32f6b4cb86f2c5cc0116.svn-base 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. /**
  7. * entity:AttEngCws
  8. *
  9. * @author lune
  10. * @date 2019-2-19
  11. */
  12. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  13. public class AttEngCws extends BaseBean implements Serializable {
  14. private String projGuid;
  15. private String stat;
  16. private String cwsCode;
  17. private Double cenLong;
  18. private Double cenLat;
  19. private String cwsLoc;
  20. private String adGuid;
  21. private String engType;
  22. private String wintWsType;
  23. private String wasuType;
  24. private Long desWasuScal;
  25. private Double desWasuPop;
  26. private String engScal;
  27. private String watePuri;
  28. private String note;
  29. private Date collTime;
  30. private Date updTime;
  31. private String recPers;
  32. private String engReinForceGuid;
  33. private String guid;
  34. private String pGuid;
  35. private String engName;
  36. private String engGuid;
  37. private String impoGrad;
  38. private Double apprBudg;
  39. private Date startDate;
  40. private Date compDate;
  41. private String engStat;
  42. private String orgGuid;
  43. private String oflpCode;
  44. private String ifReinForce;
  45. public AttEngCws() {
  46. }
  47. public String getProjGuid() {
  48. return projGuid;
  49. }
  50. public void setProjGuid(String projGuid) {
  51. this.projGuid = projGuid;
  52. }
  53. public String getStat() {
  54. return stat;
  55. }
  56. public void setStat(String stat) {
  57. this.stat = stat;
  58. }
  59. public String getCwsCode() {
  60. return cwsCode;
  61. }
  62. public void setCwsCode(String cwsCode) {
  63. this.cwsCode = cwsCode;
  64. }
  65. public Double getCenLong() {
  66. return cenLong;
  67. }
  68. public void setCenLong(Double cenLong) {
  69. this.cenLong = cenLong;
  70. }
  71. public Double getCenLat() {
  72. return cenLat;
  73. }
  74. public void setCenLat(Double cenLat) {
  75. this.cenLat = cenLat;
  76. }
  77. public String getCwsLoc() {
  78. return cwsLoc;
  79. }
  80. public void setCwsLoc(String cwsLoc) {
  81. this.cwsLoc = cwsLoc;
  82. }
  83. public String getAdGuid() {
  84. return adGuid;
  85. }
  86. public void setAdGuid(String adGuid) {
  87. this.adGuid = adGuid;
  88. }
  89. public String getEngType() {
  90. return engType;
  91. }
  92. public void setEngType(String engType) {
  93. this.engType = engType;
  94. }
  95. public String getWintWsType() {
  96. return wintWsType;
  97. }
  98. public void setWintWsType(String wintWsType) {
  99. this.wintWsType = wintWsType;
  100. }
  101. public String getWasuType() {
  102. return wasuType;
  103. }
  104. public void setWasuType(String wasuType) {
  105. this.wasuType = wasuType;
  106. }
  107. public Long getDesWasuScal() {
  108. return desWasuScal;
  109. }
  110. public void setDesWasuScal(Long desWasuScal) {
  111. this.desWasuScal = desWasuScal;
  112. }
  113. public Double getDesWasuPop() {
  114. return desWasuPop;
  115. }
  116. public void setDesWasuPop(Double desWasuPop) {
  117. this.desWasuPop = desWasuPop;
  118. }
  119. public String getEngScal() {
  120. return engScal;
  121. }
  122. public void setEngScal(String engScal) {
  123. this.engScal = engScal;
  124. }
  125. public String getWatePuri() {
  126. return watePuri;
  127. }
  128. public void setWatePuri(String watePuri) {
  129. this.watePuri = watePuri;
  130. }
  131. public String getNote() {
  132. return note;
  133. }
  134. public void setNote(String note) {
  135. this.note = note;
  136. }
  137. public Date getCollTime() {
  138. return collTime;
  139. }
  140. public void setCollTime(Date collTime) {
  141. this.collTime = collTime;
  142. }
  143. public Date getUpdTime() {
  144. return updTime;
  145. }
  146. public void setUpdTime(Date updTime) {
  147. this.updTime = updTime;
  148. }
  149. public String getRecPers() {
  150. return recPers;
  151. }
  152. public void setRecPers(String recPers) {
  153. this.recPers = recPers;
  154. }
  155. public String getEngReinForceGuid() {
  156. return engReinForceGuid;
  157. }
  158. public void setEngReinForceGuid(String engReinForceGuid) {
  159. this.engReinForceGuid = engReinForceGuid;
  160. }
  161. public String getGuid() {
  162. return guid;
  163. }
  164. public void setGuid(String guid) {
  165. this.guid = guid;
  166. }
  167. public String getPGuid() {
  168. return pGuid;
  169. }
  170. public void setPGuid(String pGuid) {
  171. this.pGuid = pGuid;
  172. }
  173. public String getEngName() {
  174. return engName;
  175. }
  176. public void setEngName(String engName) {
  177. this.engName = engName;
  178. }
  179. public String getEngGuid() {
  180. return engGuid;
  181. }
  182. public void setEngGuid(String engGuid) {
  183. this.engGuid = engGuid;
  184. }
  185. public String getImpoGrad() {
  186. return impoGrad;
  187. }
  188. public void setImpoGrad(String impoGrad) {
  189. this.impoGrad = impoGrad;
  190. }
  191. public Double getApprBudg() {
  192. return apprBudg;
  193. }
  194. public void setApprBudg(Double apprBudg) {
  195. this.apprBudg = apprBudg;
  196. }
  197. public Date getStartDate() {
  198. return startDate;
  199. }
  200. public void setStartDate(Date startDate) {
  201. this.startDate = startDate;
  202. }
  203. public Date getCompDate() {
  204. return compDate;
  205. }
  206. public void setCompDate(Date compDate) {
  207. this.compDate = compDate;
  208. }
  209. public String getEngStat() {
  210. return engStat;
  211. }
  212. public void setEngStat(String engStat) {
  213. this.engStat = engStat;
  214. }
  215. public String getOrgGuid() {
  216. return orgGuid;
  217. }
  218. public void setOrgGuid(String orgGuid) {
  219. this.orgGuid = orgGuid;
  220. }
  221. public String getOflpCode() {
  222. return oflpCode;
  223. }
  224. public void setOflpCode(String oflpCode) {
  225. this.oflpCode = oflpCode;
  226. }
  227. public String getIfReinForce() {
  228. return ifReinForce;
  229. }
  230. public void setIfReinForce(String ifReinForce) {
  231. this.ifReinForce = ifReinForce;
  232. }
  233. @Override
  234. public String toString() {
  235. return "AttEngCws [" + "projGuid=" + projGuid + ", stat=" + stat + ", cwsCode=" + cwsCode + ", cenLong=" + cenLong + ", cenLat=" + cenLat + ", cwsLoc=" + cwsLoc + ", adGuid=" + adGuid + ", engType=" + engType + ", wintWsType=" + wintWsType + ", wasuType=" + wasuType + ", desWasuScal=" + desWasuScal + ", desWasuPop=" + desWasuPop + ", engScal=" + engScal + ", watePuri=" + watePuri + ", note=" + note + ", collTime=" + collTime + ", updTime=" + updTime + ", recPers=" + recPers + ", engReinForceGuid=" + engReinForceGuid + ", guid=" + guid + ", pGuid=" + pGuid + ", engName=" + engName + ", engGuid=" + engGuid + ", impoGrad=" + impoGrad + ", apprBudg=" + apprBudg + ", startDate=" + startDate + ", compDate=" + compDate + ", engStat=" + engStat + ", orgGuid=" + orgGuid + ", oflpCode=" + oflpCode + ", ifReinForce=" + ifReinForce + "]";
  236. }
  237. }