0405c3b69bd4802030c020f7f539681554079bdd.svn-base 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import cn.com.goldenwater.core.model.BaseBean;
  4. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  5. import io.swagger.annotations.ApiModelProperty;
  6. /**
  7. * entity:AttCwsBase
  8. *
  9. * @author zhengdafei
  10. * @date 2019-3-14
  11. */
  12. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  13. public class AttCwsBase extends BaseBean implements Serializable {
  14. // 修改人ID
  15. private String edtrPesr;
  16. // 最后修改时间
  17. private String uptm;
  18. private String engType;
  19. private String wasuType;
  20. private String wasuRang;
  21. private Double desWasuScal;
  22. private Double desWasuPop;
  23. private String engStat;
  24. private String startDate;
  25. private String compDate;
  26. private String note;
  27. private String effDate;
  28. private String exprDate;
  29. private String addvcd;
  30. // 高德经度
  31. private Double centerXGd;
  32. // 高德纬度
  33. private Double centerYGd;
  34. private String guid;
  35. private String cwsCode;
  36. private String cwsName;
  37. private Double cwsLong;
  38. private Double cwsLat;
  39. private String cwsLoc;
  40. private String src;
  41. @ApiModelProperty(value = "建成年份YYYY,农饮新需求添加,前端可传此参数")
  42. private String compYear;
  43. @ApiModelProperty("是否省属(1:是;2:否)")
  44. private String provincial;
  45. public String getCompYear() {
  46. return compYear;
  47. }
  48. public void setCompYear(String compYear) {
  49. this.compYear = compYear;
  50. }
  51. public String getSrc() {
  52. return src;
  53. }
  54. public void setSrc(String src) {
  55. this.src = src;
  56. }
  57. public AttCwsBase() {
  58. }
  59. public String getEdtrPesr() {
  60. return edtrPesr;
  61. }
  62. public void setEdtrPesr(String edtrPesr) {
  63. this.edtrPesr = edtrPesr;
  64. }
  65. public String getUptm() {
  66. return uptm;
  67. }
  68. public void setUptm(String uptm) {
  69. this.uptm = uptm;
  70. }
  71. public String getEngType() {
  72. return engType;
  73. }
  74. public void setEngType(String engType) {
  75. this.engType = engType;
  76. }
  77. public String getWasuType() {
  78. return wasuType;
  79. }
  80. public void setWasuType(String wasuType) {
  81. this.wasuType = wasuType;
  82. }
  83. public String getWasuRang() {
  84. return wasuRang;
  85. }
  86. public void setWasuRang(String wasuRang) {
  87. this.wasuRang = wasuRang;
  88. }
  89. public Double getDesWasuScal() {
  90. return desWasuScal;
  91. }
  92. public void setDesWasuScal(Double desWasuScal) {
  93. this.desWasuScal = desWasuScal;
  94. }
  95. public Double getDesWasuPop() {
  96. return desWasuPop;
  97. }
  98. public void setDesWasuPop(Double desWasuPop) {
  99. this.desWasuPop = desWasuPop;
  100. }
  101. public String getEngStat() {
  102. return engStat;
  103. }
  104. public void setEngStat(String engStat) {
  105. this.engStat = engStat;
  106. }
  107. public String getStartDate() {
  108. return startDate;
  109. }
  110. public void setStartDate(String startDate) {
  111. this.startDate = startDate;
  112. }
  113. public String getCompDate() {
  114. return compDate;
  115. }
  116. public void setCompDate(String compDate) {
  117. this.compDate = compDate;
  118. }
  119. public String getNote() {
  120. return note;
  121. }
  122. public void setNote(String note) {
  123. this.note = note;
  124. }
  125. public String getEffDate() {
  126. return effDate;
  127. }
  128. public void setEffDate(String effDate) {
  129. this.effDate = effDate;
  130. }
  131. public String getExprDate() {
  132. return exprDate;
  133. }
  134. public void setExprDate(String exprDate) {
  135. this.exprDate = exprDate;
  136. }
  137. public String getAddvcd() {
  138. return addvcd;
  139. }
  140. public void setAddvcd(String addvcd) {
  141. this.addvcd = addvcd;
  142. }
  143. public Double getCenterXGd() {
  144. return centerXGd;
  145. }
  146. public void setCenterXGd(Double centerXGd) {
  147. this.centerXGd = centerXGd;
  148. }
  149. public Double getCenterYGd() {
  150. return centerYGd;
  151. }
  152. public void setCenterYGd(Double centerYGd) {
  153. this.centerYGd = centerYGd;
  154. }
  155. public String getGuid() {
  156. return guid;
  157. }
  158. public void setGuid(String guid) {
  159. this.guid = guid;
  160. }
  161. public String getCwsCode() {
  162. return cwsCode;
  163. }
  164. public void setCwsCode(String cwsCode) {
  165. this.cwsCode = cwsCode;
  166. }
  167. public String getCwsName() {
  168. return cwsName;
  169. }
  170. public void setCwsName(String cwsName) {
  171. this.cwsName = cwsName;
  172. }
  173. public Double getCwsLong() {
  174. return cwsLong;
  175. }
  176. public void setCwsLong(Double cwsLong) {
  177. this.cwsLong = cwsLong;
  178. }
  179. public Double getCwsLat() {
  180. return cwsLat;
  181. }
  182. public void setCwsLat(Double cwsLat) {
  183. this.cwsLat = cwsLat;
  184. }
  185. public String getCwsLoc() {
  186. return cwsLoc;
  187. }
  188. public void setCwsLoc(String cwsLoc) {
  189. this.cwsLoc = cwsLoc;
  190. }
  191. public String getProvincial() {
  192. return provincial;
  193. }
  194. public void setProvincial(String provincial) {
  195. this.provincial = provincial;
  196. }
  197. @Override
  198. public String toString() {
  199. return "AttCwsBase [" + "edtrPesr=" + edtrPesr + ", uptm=" + uptm + ", engType=" + engType + ", wasuType=" + wasuType + ", wasuRang=" + wasuRang + ", desWasuScal=" + desWasuScal + ", desWasuPop=" + desWasuPop + ", engStat=" + engStat + ", startDate=" + startDate + ", compDate=" + compDate + ", note=" + note + ", effDate=" + effDate + ", exprDate=" + exprDate + ", addvcd=" + addvcd + ", centerXGd=" + centerXGd + ", centerYGd=" + centerYGd + ", guid=" + guid + ", cwsCode=" + cwsCode + ", cwsName=" + cwsName + ", cwsLong=" + cwsLong + ", cwsLat=" + cwsLat + ", cwsLoc=" + cwsLoc+ ", provincial=" + provincial + "]";
  200. }
  201. }