13e24da800fd51cdc8716ea82ccff5d77579db42.svn-base 5.5 KB

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