0a65931ab8f74795a8c95b8d7a7e4ba7679e64bd.svn-base 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. package cn.com.goldenwater.dcproj.model;
  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. import java.util.Date;
  7. /**
  8. * entity:BisInspWrwsRgstr
  9. *
  10. * @author lhc
  11. * @date 2020-9-23
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspWrwsRgstr extends BaseBean implements Serializable {
  15. // 主键ID
  16. @ApiModelProperty(value = "主键ID", name = "id")
  17. private String id;
  18. // *督查对象ID
  19. @ApiModelProperty(value = "*督查对象ID", name = "objId")
  20. private String objId;
  21. // 行政区编码
  22. @ApiModelProperty(value = "行政区编码", name = "adCode")
  23. private String adCode;
  24. // 行政区划名称
  25. @ApiModelProperty(value = "行政区划名称", name = "adName")
  26. private String adName;
  27. // 行政区划全称
  28. @ApiModelProperty(value = "行政区划全称", name = "adFullName")
  29. private String adFullName;
  30. // 行政区级别 3 市 4 县
  31. @ApiModelProperty(value = "行政区级别 3 市 4 县", name = "adGrad")
  32. private String adGrad;
  33. // 详细地址
  34. @ApiModelProperty(value = "详细地址", name = "loc")
  35. private String loc;
  36. // 被检查单位名称
  37. @ApiModelProperty(value = "被检查单位名称", name = "bChkUnit")
  38. private String bChkUnit;
  39. // 联系人
  40. @ApiModelProperty(value = "联系人", name = "contact")
  41. private String contact;
  42. // 联系人电话
  43. @ApiModelProperty(value = "联系人电话", name = "contactTel")
  44. private String contactTel;
  45. // 负责人
  46. @ApiModelProperty(value = "负责人", name = "principal")
  47. private String principal;
  48. // 负责人电话
  49. @ApiModelProperty(value = "负责人电话", name = "principalTel")
  50. private String principalTel;
  51. // 备注
  52. @ApiModelProperty(value = "备注", name = "note")
  53. private String note;
  54. // 国家节水行动方案填报状态
  55. @ApiModelProperty(value = "国家节水行动方案填报状态", name = "svwtcState")
  56. private String svwtcState;
  57. // 节约用水攻坚战填报状态
  58. @ApiModelProperty(value = "节约用水攻坚战填报状态", name = "svwtcAttackState")
  59. private String svwtcAttackState;
  60. // 节水型社会建设填报状态
  61. @ApiModelProperty(value = "节水型社会建设填报状态", name = "svwtcScState")
  62. private String svwtcScState;
  63. // 节水宣传教育填报状态
  64. @ApiModelProperty(value = "节水宣传教育填报状态", name = "svwtcPeState")
  65. private String svwtcPeState;
  66. // 用水强度控制实施状态
  67. @ApiModelProperty(value = "用水强度控制实施状态", name = "wtupState")
  68. private String wtupState;
  69. // 取水口监督填报状态
  70. @ApiModelProperty(value = "取水口监督填报状态", name = "wgState")
  71. private String wgState;
  72. // 取用水统计状态
  73. @ApiModelProperty(value = "取用水统计状态", name = "wtutState")
  74. private String wtutState;
  75. // 督查状态(0:未督查;1:督查中;2:已督查)
  76. @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
  77. private String state;
  78. // 经度
  79. @ApiModelProperty(value = "经度", name = "centerX")
  80. private Double centerX;
  81. // 纬度
  82. @ApiModelProperty(value = "纬度", name = "centerY")
  83. private Double centerY;
  84. // 高德经度
  85. @ApiModelProperty(value = "高德经度", name = "gdX")
  86. private Double gdX;
  87. // 高德纬度
  88. @ApiModelProperty(value = "高德纬度", name = "gdY")
  89. private Double gdY;
  90. // 创建人
  91. @ApiModelProperty(value = "创建人", name = "persId")
  92. private String persId;
  93. // 督查组ID
  94. @ApiModelProperty(value = "督查组ID", name = "groupId")
  95. private String groupId;
  96. // 创建时间
  97. @ApiModelProperty(value = "创建时间", name = "intm")
  98. private Date intm;
  99. // 修改时间
  100. @ApiModelProperty(value = "修改时间", name = "uptm")
  101. private Date uptm;
  102. // 数据状态(0:正常;9:删除)
  103. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  104. private String dataStat;
  105. //组名称
  106. private String groupName;
  107. public BisInspWrwsRgstr() {
  108. }
  109. public String getSvwtcAttackState() {
  110. return svwtcAttackState;
  111. }
  112. public void setSvwtcAttackState(String svwtcAttackState) {
  113. this.svwtcAttackState = svwtcAttackState;
  114. }
  115. public String getSvwtcScState() {
  116. return svwtcScState;
  117. }
  118. public void setSvwtcScState(String svwtcScState) {
  119. this.svwtcScState = svwtcScState;
  120. }
  121. public String getSvwtcPeState() {
  122. return svwtcPeState;
  123. }
  124. public void setSvwtcPeState(String svwtcPeState) {
  125. this.svwtcPeState = svwtcPeState;
  126. }
  127. public String getbChkUnit() {
  128. return bChkUnit;
  129. }
  130. public void setbChkUnit(String bChkUnit) {
  131. this.bChkUnit = bChkUnit;
  132. }
  133. public String getGroupName() {
  134. return groupName;
  135. }
  136. public void setGroupName(String groupName) {
  137. this.groupName = groupName;
  138. }
  139. public String getId() {
  140. return id;
  141. }
  142. public void setId(String id) {
  143. this.id = id;
  144. }
  145. @Override
  146. public String getObjId() {
  147. return objId;
  148. }
  149. @Override
  150. public void setObjId(String objId) {
  151. this.objId = objId;
  152. }
  153. public String getAdCode() {
  154. return adCode;
  155. }
  156. public void setAdCode(String adCode) {
  157. this.adCode = adCode;
  158. }
  159. public String getAdName() {
  160. return adName;
  161. }
  162. public void setAdName(String adName) {
  163. this.adName = adName;
  164. }
  165. public String getAdFullName() {
  166. return adFullName;
  167. }
  168. public void setAdFullName(String adFullName) {
  169. this.adFullName = adFullName;
  170. }
  171. public String getAdGrad() {
  172. return adGrad;
  173. }
  174. public void setAdGrad(String adGrad) {
  175. this.adGrad = adGrad;
  176. }
  177. public String getLoc() {
  178. return loc;
  179. }
  180. public void setLoc(String loc) {
  181. this.loc = loc;
  182. }
  183. public String getBChkUnit() {
  184. return bChkUnit;
  185. }
  186. public void setBChkUnit(String bChkUnit) {
  187. this.bChkUnit = bChkUnit;
  188. }
  189. public String getContact() {
  190. return contact;
  191. }
  192. public void setContact(String contact) {
  193. this.contact = contact;
  194. }
  195. public String getContactTel() {
  196. return contactTel;
  197. }
  198. public void setContactTel(String contactTel) {
  199. this.contactTel = contactTel;
  200. }
  201. public String getPrincipal() {
  202. return principal;
  203. }
  204. public void setPrincipal(String principal) {
  205. this.principal = principal;
  206. }
  207. public String getPrincipalTel() {
  208. return principalTel;
  209. }
  210. public void setPrincipalTel(String principalTel) {
  211. this.principalTel = principalTel;
  212. }
  213. public String getNote() {
  214. return note;
  215. }
  216. public void setNote(String note) {
  217. this.note = note;
  218. }
  219. public String getSvwtcState() {
  220. return svwtcState;
  221. }
  222. public void setSvwtcState(String svwtcState) {
  223. this.svwtcState = svwtcState;
  224. }
  225. public String getWtupState() {
  226. return wtupState;
  227. }
  228. public void setWtupState(String wtupState) {
  229. this.wtupState = wtupState;
  230. }
  231. public String getWgState() {
  232. return wgState;
  233. }
  234. public void setWgState(String wgState) {
  235. this.wgState = wgState;
  236. }
  237. public String getWtutState() {
  238. return wtutState;
  239. }
  240. public void setWtutState(String wtutState) {
  241. this.wtutState = wtutState;
  242. }
  243. public String getState() {
  244. return state;
  245. }
  246. public void setState(String state) {
  247. this.state = state;
  248. }
  249. public Double getCenterX() {
  250. return centerX;
  251. }
  252. public void setCenterX(Double centerX) {
  253. this.centerX = centerX;
  254. }
  255. public Double getCenterY() {
  256. return centerY;
  257. }
  258. public void setCenterY(Double centerY) {
  259. this.centerY = centerY;
  260. }
  261. public Double getGdX() {
  262. return gdX;
  263. }
  264. public void setGdX(Double gdX) {
  265. this.gdX = gdX;
  266. }
  267. public Double getGdY() {
  268. return gdY;
  269. }
  270. public void setGdY(Double gdY) {
  271. this.gdY = gdY;
  272. }
  273. public String getPersId() {
  274. return persId;
  275. }
  276. public void setPersId(String persId) {
  277. this.persId = persId;
  278. }
  279. @Override
  280. public String getGroupId() {
  281. return groupId;
  282. }
  283. @Override
  284. public void setGroupId(String groupId) {
  285. this.groupId = groupId;
  286. }
  287. public Date getIntm() {
  288. return intm;
  289. }
  290. public void setIntm(Date intm) {
  291. this.intm = intm;
  292. }
  293. public Date getUptm() {
  294. return uptm;
  295. }
  296. public void setUptm(Date uptm) {
  297. this.uptm = uptm;
  298. }
  299. public String getDataStat() {
  300. return dataStat;
  301. }
  302. public void setDataStat(String dataStat) {
  303. this.dataStat = dataStat;
  304. }
  305. @Override
  306. public String toString() {
  307. return "BisInspWrwsRgstr [" + "id=" + id + ", objId=" + objId + ", adCode=" + adCode + ", adName=" + adName + ", adFullName=" + adFullName + ", adGrad=" + adGrad + ", loc=" + loc + ", bChkUnit=" + bChkUnit + ", contact=" + contact + ", contactTel=" + contactTel + ", principal=" + principal + ", principalTel=" + principalTel + ", note=" + note + ", svwtcState=" + svwtcState + ", wtupState=" + wtupState + ", wgState=" + wgState + ", wtutState=" + wtutState + ", state=" + state + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", persId=" + persId + ", groupId=" + groupId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
  308. }
  309. }