17b06220a481e3fc6d4f95dd78d6426cb452911b.svn-base 5.8 KB

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