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