4d96a9e24d49168479bb9a5ad431604e0c4b2bb3.svn-base 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. package cn.com.goldenwater.dcproj.dto;
  2. import cn.com.goldenwater.dcproj.model.RgstrInfo;
  3. import io.swagger.annotations.ApiModelProperty;
  4. /**
  5. * Created by 61618 on 2019/4/20.
  6. */
  7. public class BisInspSupWtdst extends RgstrInfo {
  8. @ApiModelProperty(value = "水毁修复清单ID")
  9. private String code;
  10. @ApiModelProperty(value = "类别名称")
  11. private String wtdstType;
  12. @ApiModelProperty(value = "项目名称")
  13. private String name;
  14. @ApiModelProperty(value = "修复状态")
  15. private String wtdstState;
  16. @ApiModelProperty(value = "所在行政区划代码")
  17. private String locAd;
  18. @ApiModelProperty(value = "水毁情况")
  19. private String wtdstDtle;
  20. @ApiModelProperty(value = "主要工程量")
  21. private String wtdstWrkam;
  22. @ApiModelProperty(value = "计划修复日期")
  23. private String planRcvrTm;
  24. @ApiModelProperty(value = "插入时间")
  25. private String intm;
  26. @ApiModelProperty(value = "最后更新时间")
  27. private String uptm;
  28. @ApiModelProperty(value = "备注")
  29. private String note;
  30. @ApiModelProperty(value = "水毁位置经度")
  31. private Double wtdstLgtd;
  32. @ApiModelProperty(value = "水毁位置纬度")
  33. private Double wtdstLttd;
  34. @ApiModelProperty(value = "项目所在位置")
  35. private String locNm;
  36. private String objType;
  37. private String objCode;
  38. private String objName;
  39. @ApiModelProperty(value = "高德经度")
  40. private Double centerXGd;
  41. @ApiModelProperty(value = "高德纬度")
  42. private Double centerYGd;
  43. private String src;
  44. @ApiModelProperty(value = "是否省属 1是2否")
  45. private String provincial;
  46. public String getCode() {
  47. return code;
  48. }
  49. public void setCode(String code) {
  50. this.code = code;
  51. }
  52. public String getWtdstType() {
  53. return wtdstType;
  54. }
  55. public void setWtdstType(String wtdstType) {
  56. this.wtdstType = wtdstType;
  57. }
  58. public String getName() {
  59. return name;
  60. }
  61. public void setName(String name) {
  62. this.name = name;
  63. }
  64. public String getWtdstState() {
  65. return wtdstState;
  66. }
  67. public void setWtdstState(String wtdstState) {
  68. this.wtdstState = wtdstState;
  69. }
  70. public String getLocAd() {
  71. return locAd;
  72. }
  73. public void setLocAd(String locAd) {
  74. this.locAd = locAd;
  75. }
  76. public String getWtdstDtle() {
  77. return wtdstDtle;
  78. }
  79. public void setWtdstDtle(String wtdstDtle) {
  80. this.wtdstDtle = wtdstDtle;
  81. }
  82. public String getWtdstWrkam() {
  83. return wtdstWrkam;
  84. }
  85. public void setWtdstWrkam(String wtdstWrkam) {
  86. this.wtdstWrkam = wtdstWrkam;
  87. }
  88. public String getPlanRcvrTm() {
  89. return planRcvrTm;
  90. }
  91. public void setPlanRcvrTm(String planRcvrTm) {
  92. this.planRcvrTm = planRcvrTm;
  93. }
  94. public String getIntm() {
  95. return intm;
  96. }
  97. public void setIntm(String intm) {
  98. this.intm = intm;
  99. }
  100. public String getUptm() {
  101. return uptm;
  102. }
  103. public void setUptm(String uptm) {
  104. this.uptm = uptm;
  105. }
  106. public String getNote() {
  107. return note;
  108. }
  109. public void setNote(String note) {
  110. this.note = note;
  111. }
  112. public Double getWtdstLgtd() {
  113. return wtdstLgtd;
  114. }
  115. public void setWtdstLgtd(Double wtdstLgtd) {
  116. this.wtdstLgtd = wtdstLgtd;
  117. }
  118. public Double getWtdstLttd() {
  119. return wtdstLttd;
  120. }
  121. public void setWtdstLttd(Double wtdstLttd) {
  122. this.wtdstLttd = wtdstLttd;
  123. }
  124. public String getLocNm() {
  125. return locNm;
  126. }
  127. public void setLocNm(String locNm) {
  128. this.locNm = locNm;
  129. }
  130. public String getObjType() {
  131. return objType;
  132. }
  133. public void setObjType(String objType) {
  134. this.objType = objType;
  135. }
  136. public String getObjCode() {
  137. return objCode;
  138. }
  139. public void setObjCode(String objCode) {
  140. this.objCode = objCode;
  141. }
  142. public String getObjName() {
  143. return objName;
  144. }
  145. public void setObjName(String objName) {
  146. this.objName = objName;
  147. }
  148. public Double getCenterXGd() {
  149. return centerXGd;
  150. }
  151. public void setCenterXGd(Double centerXGd) {
  152. this.centerXGd = centerXGd;
  153. }
  154. public Double getCenterYGd() {
  155. return centerYGd;
  156. }
  157. public void setCenterYGd(Double centerYGd) {
  158. this.centerYGd = centerYGd;
  159. }
  160. public String getSrc() {
  161. return src;
  162. }
  163. public void setSrc(String src) {
  164. this.src = src;
  165. }
  166. public String getProvincial() {
  167. return provincial;
  168. }
  169. public void setProvincial(String provincial) {
  170. this.provincial = provincial;
  171. }
  172. @Override
  173. public String toString() {
  174. return "BisInspSupWtdst{" +
  175. "code='" + code + '\'' +
  176. ", wtdstType='" + wtdstType + '\'' +
  177. ", name='" + name + '\'' +
  178. ", wtdstState='" + wtdstState + '\'' +
  179. ", locAd='" + locAd + '\'' +
  180. ", wtdstDtle='" + wtdstDtle + '\'' +
  181. ", wtdstWrkam='" + wtdstWrkam + '\'' +
  182. ", planRcvrTm='" + planRcvrTm + '\'' +
  183. ", intm='" + intm + '\'' +
  184. ", uptm='" + uptm + '\'' +
  185. ", note='" + note + '\'' +
  186. ", wtdstLgtd=" + wtdstLgtd +
  187. ", wtdstLttd=" + wtdstLttd +
  188. ", locNm='" + locNm + '\'' +
  189. ", objType='" + objType + '\'' +
  190. ", objCode='" + objCode + '\'' +
  191. ", objName='" + objName + '\'' +
  192. ", centerXGd=" + centerXGd +
  193. ", centerYGd=" + centerYGd +
  194. ", src='" + src + '\'' +
  195. ", provincial='" + provincial + '\'' +
  196. '}';
  197. }
  198. }