4eb410f88b1ed8d4927259d0d40af25259b2b09a.svn-base 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  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:BisInspWtcrrRgstr
  9. *
  10. * @author lhc
  11. * @date 2020-9-18
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspWtcrrRgstr 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. // 单位ID
  22. @ApiModelProperty(value = "单位ID", name = "wtuntId")
  23. private String wtuntId;
  24. // *单位名称
  25. @ApiModelProperty(value = "*单位名称", name = "utName")
  26. private String utName;
  27. // 统一社会信用代码
  28. @ApiModelProperty(value = "统一社会信用代码", name = "utCode")
  29. private String utCode;
  30. // *行政区划全称
  31. @ApiModelProperty(value = "*行政区划全称", name = "adName")
  32. private String adName;
  33. // *行政区编码
  34. @ApiModelProperty(value = "*行政区编码", name = "adCode")
  35. private String adCode;
  36. // *单位类型(1:钢铁企业;2:高校;3:宾馆;4:2019整改)
  37. @ApiModelProperty(value = "*单位类型(1:钢铁企业;2:高校;3:宾馆;4:2019整改)", name = "utType")
  38. private String utType;
  39. // *单位性质(1:节水型;2:非节水型)
  40. @ApiModelProperty(value = "*单位性质(1:节水型;2:非节水型)", name = "utPpt")
  41. private String utPpt;
  42. // *用水单位负责人
  43. @ApiModelProperty(value = "*用水单位负责人", name = "utLead")
  44. private String utLead;
  45. // *用水单位联系人
  46. @ApiModelProperty(value = "*用水单位联系人", name = "utAttn")
  47. private String utAttn;
  48. // *用水单位联系方式
  49. @ApiModelProperty(value = "*用水单位联系方式", name = "utCont")
  50. private String utCont;
  51. // 注册地址
  52. @ApiModelProperty(value = "注册地址", name = "signAddr")
  53. private String signAddr;
  54. // *单位地址
  55. @ApiModelProperty(value = "*单位地址", name = "utAddr")
  56. private String utAddr;
  57. // 经度
  58. @ApiModelProperty(value = "经度", name = "centerX")
  59. private Double centerX;
  60. // 纬度
  61. @ApiModelProperty(value = "纬度", name = "centerY")
  62. private Double centerY;
  63. // 高德经度
  64. @ApiModelProperty(value = "高德经度", name = "gdX")
  65. private Double gdX;
  66. // 高德纬度
  67. @ApiModelProperty(value = "高德纬度", name = "gdY")
  68. private Double gdY;
  69. // *检查单位
  70. @ApiModelProperty(value = "*检查单位", name = "chkUnit")
  71. private String chkUnit;
  72. // *检查人员
  73. @ApiModelProperty(value = "*检查人员", name = "chkPers")
  74. private String chkPers;
  75. // *检查时间
  76. @ApiModelProperty(value = "*检查时间", name = "chkTm")
  77. private Date chkTm;
  78. // 督查状态(0:未督查;1:督查中;2:已督查)
  79. @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
  80. private String state;
  81. // 节水载体复核表(0:未填报;1:未完成;2:已完成)
  82. @ApiModelProperty(value = "节水载体复核表(0:未填报;1:未完成;2:已完成)", name = "wtuntStat")
  83. private String wtuntStat;
  84. // 创建人
  85. @ApiModelProperty(value = "创建人", name = "persId")
  86. private String persId;
  87. // 督查组ID
  88. @ApiModelProperty(value = "督查组ID", name = "groupId")
  89. private String groupId;
  90. // 创建时间
  91. @ApiModelProperty(value = "创建时间", name = "intm")
  92. private Date intm;
  93. // 修改时间
  94. @ApiModelProperty(value = "修改时间", name = "uptm")
  95. private Date uptm;
  96. // 数据状态(0:正常;9:删除)
  97. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  98. private String dataStat;
  99. @ApiModelProperty(value = "负责人电话", position = 19)
  100. private String principalTel;
  101. @ApiModelProperty(value = "修改时间", position = 20)
  102. private String note;
  103. @ApiModelProperty(value = "节水单位获批时间", position = 21)
  104. private String appDepTm;
  105. @ApiModelProperty(value = "节水单位获批部门", position = 22)
  106. private String appDep;
  107. //组名称
  108. private String groupName;
  109. public BisInspWtcrrRgstr() {
  110. }
  111. public String getAppDepTm() {
  112. return appDepTm;
  113. }
  114. public void setAppDepTm(String appDepTm) {
  115. this.appDepTm = appDepTm;
  116. }
  117. public String getAppDep() {
  118. return appDep;
  119. }
  120. public void setAppDep(String appDep) {
  121. this.appDep = appDep;
  122. }
  123. public String getPrincipalTel() {
  124. return principalTel;
  125. }
  126. public void setPrincipalTel(String principalTel) {
  127. this.principalTel = principalTel;
  128. }
  129. public String getNote() {
  130. return note;
  131. }
  132. public void setNote(String note) {
  133. this.note = note;
  134. }
  135. public String getGroupName() {
  136. return groupName;
  137. }
  138. public void setGroupName(String groupName) {
  139. this.groupName = groupName;
  140. }
  141. public String getId() {
  142. return id;
  143. }
  144. public void setId(String id) {
  145. this.id = id;
  146. }
  147. @Override
  148. public String getObjId() {
  149. return objId;
  150. }
  151. @Override
  152. public void setObjId(String objId) {
  153. this.objId = objId;
  154. }
  155. public String getWtuntId() {
  156. return wtuntId;
  157. }
  158. public void setWtuntId(String wtuntId) {
  159. this.wtuntId = wtuntId;
  160. }
  161. public String getUtName() {
  162. return utName;
  163. }
  164. public void setUtName(String utName) {
  165. this.utName = utName;
  166. }
  167. public String getUtCode() {
  168. return utCode;
  169. }
  170. public void setUtCode(String utCode) {
  171. this.utCode = utCode;
  172. }
  173. public String getAdName() {
  174. return adName;
  175. }
  176. public void setAdName(String adName) {
  177. this.adName = adName;
  178. }
  179. public String getAdCode() {
  180. return adCode;
  181. }
  182. public void setAdCode(String adCode) {
  183. this.adCode = adCode;
  184. }
  185. public String getUtType() {
  186. return utType;
  187. }
  188. public void setUtType(String utType) {
  189. this.utType = utType;
  190. }
  191. public String getUtPpt() {
  192. return utPpt;
  193. }
  194. public void setUtPpt(String utPpt) {
  195. this.utPpt = utPpt;
  196. }
  197. public String getUtLead() {
  198. return utLead;
  199. }
  200. public void setUtLead(String utLead) {
  201. this.utLead = utLead;
  202. }
  203. public String getUtAttn() {
  204. return utAttn;
  205. }
  206. public void setUtAttn(String utAttn) {
  207. this.utAttn = utAttn;
  208. }
  209. public String getUtCont() {
  210. return utCont;
  211. }
  212. public void setUtCont(String utCont) {
  213. this.utCont = utCont;
  214. }
  215. public String getSignAddr() {
  216. return signAddr;
  217. }
  218. public void setSignAddr(String signAddr) {
  219. this.signAddr = signAddr;
  220. }
  221. public String getUtAddr() {
  222. return utAddr;
  223. }
  224. public void setUtAddr(String utAddr) {
  225. this.utAddr = utAddr;
  226. }
  227. public Double getCenterX() {
  228. return centerX;
  229. }
  230. public void setCenterX(Double centerX) {
  231. this.centerX = centerX;
  232. }
  233. public Double getCenterY() {
  234. return centerY;
  235. }
  236. public void setCenterY(Double centerY) {
  237. this.centerY = centerY;
  238. }
  239. public Double getGdX() {
  240. return gdX;
  241. }
  242. public void setGdX(Double gdX) {
  243. this.gdX = gdX;
  244. }
  245. public Double getGdY() {
  246. return gdY;
  247. }
  248. public void setGdY(Double gdY) {
  249. this.gdY = gdY;
  250. }
  251. public String getChkUnit() {
  252. return chkUnit;
  253. }
  254. public void setChkUnit(String chkUnit) {
  255. this.chkUnit = chkUnit;
  256. }
  257. public String getChkPers() {
  258. return chkPers;
  259. }
  260. public void setChkPers(String chkPers) {
  261. this.chkPers = chkPers;
  262. }
  263. public Date getChkTm() {
  264. return chkTm;
  265. }
  266. public void setChkTm(Date chkTm) {
  267. this.chkTm = chkTm;
  268. }
  269. public String getState() {
  270. return state;
  271. }
  272. public void setState(String state) {
  273. this.state = state;
  274. }
  275. public String getWtuntStat() {
  276. return wtuntStat;
  277. }
  278. public void setWtuntStat(String wtuntStat) {
  279. this.wtuntStat = wtuntStat;
  280. }
  281. public String getPersId() {
  282. return persId;
  283. }
  284. public void setPersId(String persId) {
  285. this.persId = persId;
  286. }
  287. @Override
  288. public String getGroupId() {
  289. return groupId;
  290. }
  291. @Override
  292. public void setGroupId(String groupId) {
  293. this.groupId = groupId;
  294. }
  295. public Date getIntm() {
  296. return intm;
  297. }
  298. public void setIntm(Date intm) {
  299. this.intm = intm;
  300. }
  301. public Date getUptm() {
  302. return uptm;
  303. }
  304. public void setUptm(Date uptm) {
  305. this.uptm = uptm;
  306. }
  307. public String getDataStat() {
  308. return dataStat;
  309. }
  310. public void setDataStat(String dataStat) {
  311. this.dataStat = dataStat;
  312. }
  313. @Override
  314. public String toString() {
  315. return "BisInspWtcrrRgstr [" + "id=" + id + ", objId=" + objId + ", wtuntId=" + wtuntId + ", utName=" + utName + ", utCode=" + utCode + ", adName=" + adName + ", adCode=" + adCode + ", utType=" + utType + ", utPpt=" + utPpt + ", utLead=" + utLead + ", utAttn=" + utAttn + ", utCont=" + utCont + ", signAddr=" + signAddr + ", utAddr=" + utAddr + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", chkUnit=" + chkUnit + ", chkPers=" + chkPers + ", chkTm=" + chkTm + ", state=" + state + ", wtuntStat=" + wtuntStat + ", persId=" + persId + ", groupId=" + groupId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
  316. }
  317. }