8b147cf450bbd0d64701d85bc81f1aa7a5c5e5f7.svn-base 5.4 KB

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