48ed98b1c84b96eced39829625550fe801405c14.svn-base 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * entity:BisInspSwhsjs
  9. *
  10. * @author
  11. * @date 2022-2-23
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspSwhsjs extends BaseBean implements Serializable {
  15. @ApiModelProperty("主键id")
  16. private String id;
  17. @ApiModelProperty("对象ID")
  18. private String objId;
  19. @ApiModelProperty("地表水水源地代码")
  20. private String swhsCode;
  21. @ApiModelProperty("地表水水源地名称")
  22. private String swhsName;
  23. @ApiModelProperty("行政区划编码")
  24. private String adCode;
  25. @ApiModelProperty("行政区划")
  26. private String adName;
  27. @ApiModelProperty("水源地类型--水库 1 湖泊 2 河流/ 河道 3 其他 9")
  28. private String wainWasoType;
  29. @ApiModelProperty("使用状态(1:城市日常 2:应急)")
  30. private String swhsUse;
  31. @ApiModelProperty("水源地级别")
  32. private String swhsLevel;
  33. @ApiModelProperty("取水口位置")
  34. private String wainLoc;
  35. @ApiModelProperty("管理单位名称")
  36. private String insName;
  37. @ApiModelProperty("管理单位联系人")
  38. private String insPer;
  39. @ApiModelProperty("管理单位联系人电话")
  40. private String insPerPhone;
  41. @ApiModelProperty("水行政主管部门")
  42. private String dept;
  43. @ApiModelProperty("水行政主管部门联系人")
  44. private String deptPer;
  45. @ApiModelProperty("水行政主管部门联系电话")
  46. private String deptPerPhone;
  47. @ApiModelProperty("地表水水源地经度")
  48. private Double centerX;
  49. @ApiModelProperty("地表水水源地纬度")
  50. private Double centerY;
  51. @ApiModelProperty("地表水水源地经度--高德")
  52. private Double gdX;
  53. @ApiModelProperty("地表水水源地纬度--高德")
  54. private Double gdY;
  55. @ApiModelProperty("人员id")
  56. private String persId;
  57. @ApiModelProperty("备注")
  58. private String note;
  59. @ApiModelProperty("创建时间")
  60. private Date intm;
  61. @ApiModelProperty("更新时间")
  62. private Date uptm;
  63. @ApiModelProperty("数据状态")
  64. private String dataStat;
  65. @ApiModelProperty("状态")
  66. private String state;
  67. @ApiModelProperty("管理状态")
  68. private String mgtStat;
  69. public String getId() {
  70. return id;
  71. }
  72. public void setId(String id) {
  73. this.id = id;
  74. }
  75. public String getObjId() {
  76. return objId;
  77. }
  78. public void setObjId(String objId) {
  79. this.objId = objId;
  80. }
  81. public String getSwhsCode() {
  82. return swhsCode;
  83. }
  84. public void setSwhsCode(String swhsCode) {
  85. this.swhsCode = swhsCode;
  86. }
  87. public String getSwhsName() {
  88. return swhsName;
  89. }
  90. public void setSwhsName(String swhsName) {
  91. this.swhsName = swhsName;
  92. }
  93. public String getAdCode() {
  94. return adCode;
  95. }
  96. public void setAdCode(String adCode) {
  97. this.adCode = adCode;
  98. }
  99. public String getAdName() {
  100. return adName;
  101. }
  102. public void setAdName(String adName) {
  103. this.adName = adName;
  104. }
  105. public String getWainWasoType() {
  106. return wainWasoType;
  107. }
  108. public void setWainWasoType(String wainWasoType) {
  109. this.wainWasoType = wainWasoType;
  110. }
  111. public String getSwhsUse() {
  112. return swhsUse;
  113. }
  114. public void setSwhsUse(String swhsUse) {
  115. this.swhsUse = swhsUse;
  116. }
  117. public String getSwhsLevel() {
  118. return swhsLevel;
  119. }
  120. public void setSwhsLevel(String swhsLevel) {
  121. this.swhsLevel = swhsLevel;
  122. }
  123. public String getWainLoc() {
  124. return wainLoc;
  125. }
  126. public void setWainLoc(String wainLoc) {
  127. this.wainLoc = wainLoc;
  128. }
  129. public String getInsName() {
  130. return insName;
  131. }
  132. public void setInsName(String insName) {
  133. this.insName = insName;
  134. }
  135. public String getInsPer() {
  136. return insPer;
  137. }
  138. public void setInsPer(String insPer) {
  139. this.insPer = insPer;
  140. }
  141. public String getInsPerPhone() {
  142. return insPerPhone;
  143. }
  144. public void setInsPerPhone(String insPerPhone) {
  145. this.insPerPhone = insPerPhone;
  146. }
  147. public String getDept() {
  148. return dept;
  149. }
  150. public void setDept(String dept) {
  151. this.dept = dept;
  152. }
  153. public String getDeptPer() {
  154. return deptPer;
  155. }
  156. public void setDeptPer(String deptPer) {
  157. this.deptPer = deptPer;
  158. }
  159. public String getDeptPerPhone() {
  160. return deptPerPhone;
  161. }
  162. public void setDeptPerPhone(String deptPerPhone) {
  163. this.deptPerPhone = deptPerPhone;
  164. }
  165. public Double getCenterX() {
  166. return centerX;
  167. }
  168. public void setCenterX(Double centerX) {
  169. this.centerX = centerX;
  170. }
  171. public Double getCenterY() {
  172. return centerY;
  173. }
  174. public void setCenterY(Double centerY) {
  175. this.centerY = centerY;
  176. }
  177. public Double getGdX() {
  178. return gdX;
  179. }
  180. public void setGdX(Double gdX) {
  181. this.gdX = gdX;
  182. }
  183. public Double getGdY() {
  184. return gdY;
  185. }
  186. public void setGdY(Double gdY) {
  187. this.gdY = gdY;
  188. }
  189. public String getPersId() {
  190. return persId;
  191. }
  192. public void setPersId(String persId) {
  193. this.persId = persId;
  194. }
  195. public String getNote() {
  196. return note;
  197. }
  198. public void setNote(String note) {
  199. this.note = note;
  200. }
  201. public Date getIntm() {
  202. return intm;
  203. }
  204. public void setIntm(Date intm) {
  205. this.intm = intm;
  206. }
  207. public Date getUptm() {
  208. return uptm;
  209. }
  210. public void setUptm(Date uptm) {
  211. this.uptm = uptm;
  212. }
  213. public String getDataStat() {
  214. return dataStat;
  215. }
  216. public void setDataStat(String dataStat) {
  217. this.dataStat = dataStat;
  218. }
  219. public String getState() {
  220. return state;
  221. }
  222. public void setState(String state) {
  223. this.state = state;
  224. }
  225. public String getMgtStat() {
  226. return mgtStat;
  227. }
  228. public void setMgtStat(String mgtStat) {
  229. this.mgtStat = mgtStat;
  230. }
  231. @Override
  232. public String toString() {
  233. return "BisInspSwhsjs [" + "id=" + id + ", objId=" + objId + ", swhsCode=" + swhsCode + ", swhsName=" + swhsName + ", adCode=" + adCode + ", adName=" + adName + ", wainWasoType=" + wainWasoType + ", swhsUse=" + swhsUse + ", swhsLevel=" + swhsLevel + ", wainLoc=" + wainLoc + ", insName=" + insName + ", insPer=" + insPer + ", insPerPhone=" + insPerPhone + ", dept=" + dept + ", deptPer=" + deptPer + ", deptPerPhone=" + deptPerPhone + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", persId=" + persId + ", note=" + note + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + ", mgtStat=" + mgtStat + "]";
  234. }
  235. }