283e209ea5398557ee58845ed136a5f97c7ea2fb.svn-base 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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:BisInspWtgthRgstr
  9. *
  10. * @author lhc
  11. * @date 2020-10-13
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspWtgthRgstr 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 = "depName")
  23. private String depName;
  24. // 所在地行政区编码
  25. @ApiModelProperty(value = "所在地行政区编码", name = "adCode")
  26. private String adCode;
  27. // 所在地行政区
  28. @ApiModelProperty(value = "所在地行政区", name = "adName")
  29. private String adName;
  30. // 取水许可证号
  31. @ApiModelProperty(value = "取水许可证号", name = "wintCode")
  32. private String wintCode;
  33. // 联系人
  34. @ApiModelProperty(value = "联系人", name = "depPers")
  35. private String depPers;
  36. // 联系电话
  37. @ApiModelProperty(value = "联系电话", name = "depPersTel")
  38. private String depPersTel;
  39. // 单位负责人
  40. @ApiModelProperty(value = "单位负责人", name = "utLead")
  41. private String utLead;
  42. // 负责人电话
  43. @ApiModelProperty(value = "负责人电话", name = "principalTel")
  44. private String principalTel;
  45. // 单位地址
  46. @ApiModelProperty(value = "单位地址", name = "loc")
  47. private String loc;
  48. // 备注
  49. @ApiModelProperty(value = "备注", name = "note")
  50. private String note;
  51. // 经度
  52. @ApiModelProperty(value = "经度", name = "centerX")
  53. private Double centerX;
  54. // 纬度
  55. @ApiModelProperty(value = "纬度", name = "centerY")
  56. private Double centerY;
  57. // 高德经度
  58. @ApiModelProperty(value = "高德经度", name = "gdX")
  59. private Double gdX;
  60. // 高德纬度
  61. @ApiModelProperty(value = "高德纬度", name = "gdY")
  62. private Double gdY;
  63. // 取水许可和水资源费征收状态
  64. @ApiModelProperty(value = "取水许可和水资源费征收状态", name = "payState")
  65. private String payState;
  66. // 下泄流量状态
  67. @ApiModelProperty(value = "下泄流量状态", name = "drainState")
  68. private String drainState;
  69. // 状态
  70. @ApiModelProperty(value = "状态", name = "state")
  71. private String state;
  72. // 创建人
  73. @ApiModelProperty(value = "创建人", name = "persId")
  74. private String persId;
  75. // 创建时间
  76. @ApiModelProperty(value = "创建时间", name = "intm")
  77. private Date intm;
  78. // 修改时间
  79. @ApiModelProperty(value = "修改时间", name = "uptm")
  80. private Date uptm;
  81. // 督查组ID
  82. @ApiModelProperty(value = "督查组ID", name = "groupId")
  83. private String groupId;
  84. // 数据状态(0:正常;9:删除)
  85. @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
  86. private String dataStat;
  87. //组名称
  88. private String groupName;
  89. public BisInspWtgthRgstr() {
  90. }
  91. public String getGroupName() {
  92. return groupName;
  93. }
  94. public void setGroupName(String groupName) {
  95. this.groupName = groupName;
  96. }
  97. public String getId() {
  98. return id;
  99. }
  100. public void setId(String id) {
  101. this.id = id;
  102. }
  103. @Override
  104. public String getObjId() {
  105. return objId;
  106. }
  107. @Override
  108. public void setObjId(String objId) {
  109. this.objId = objId;
  110. }
  111. public String getDepName() {
  112. return depName;
  113. }
  114. public void setDepName(String depName) {
  115. this.depName = depName;
  116. }
  117. public String getAdCode() {
  118. return adCode;
  119. }
  120. public void setAdCode(String adCode) {
  121. this.adCode = adCode;
  122. }
  123. public String getAdName() {
  124. return adName;
  125. }
  126. public void setAdName(String adName) {
  127. this.adName = adName;
  128. }
  129. public String getWintCode() {
  130. return wintCode;
  131. }
  132. public void setWintCode(String wintCode) {
  133. this.wintCode = wintCode;
  134. }
  135. public String getDepPers() {
  136. return depPers;
  137. }
  138. public void setDepPers(String depPers) {
  139. this.depPers = depPers;
  140. }
  141. public String getDepPersTel() {
  142. return depPersTel;
  143. }
  144. public void setDepPersTel(String depPersTel) {
  145. this.depPersTel = depPersTel;
  146. }
  147. public String getUtLead() {
  148. return utLead;
  149. }
  150. public void setUtLead(String utLead) {
  151. this.utLead = utLead;
  152. }
  153. public String getPrincipalTel() {
  154. return principalTel;
  155. }
  156. public void setPrincipalTel(String principalTel) {
  157. this.principalTel = principalTel;
  158. }
  159. public String getLoc() {
  160. return loc;
  161. }
  162. public void setLoc(String loc) {
  163. this.loc = loc;
  164. }
  165. public String getNote() {
  166. return note;
  167. }
  168. public void setNote(String note) {
  169. this.note = note;
  170. }
  171. public Double getCenterX() {
  172. return centerX;
  173. }
  174. public void setCenterX(Double centerX) {
  175. this.centerX = centerX;
  176. }
  177. public Double getCenterY() {
  178. return centerY;
  179. }
  180. public void setCenterY(Double centerY) {
  181. this.centerY = centerY;
  182. }
  183. public Double getGdX() {
  184. return gdX;
  185. }
  186. public void setGdX(Double gdX) {
  187. this.gdX = gdX;
  188. }
  189. public Double getGdY() {
  190. return gdY;
  191. }
  192. public void setGdY(Double gdY) {
  193. this.gdY = gdY;
  194. }
  195. public String getPayState() {
  196. return payState;
  197. }
  198. public void setPayState(String payState) {
  199. this.payState = payState;
  200. }
  201. public String getDrainState() {
  202. return drainState;
  203. }
  204. public void setDrainState(String drainState) {
  205. this.drainState = drainState;
  206. }
  207. public String getState() {
  208. return state;
  209. }
  210. public void setState(String state) {
  211. this.state = state;
  212. }
  213. public String getPersId() {
  214. return persId;
  215. }
  216. public void setPersId(String persId) {
  217. this.persId = persId;
  218. }
  219. public Date getIntm() {
  220. return intm;
  221. }
  222. public void setIntm(Date intm) {
  223. this.intm = intm;
  224. }
  225. public Date getUptm() {
  226. return uptm;
  227. }
  228. public void setUptm(Date uptm) {
  229. this.uptm = uptm;
  230. }
  231. @Override
  232. public String getGroupId() {
  233. return groupId;
  234. }
  235. @Override
  236. public void setGroupId(String groupId) {
  237. this.groupId = groupId;
  238. }
  239. public String getDataStat() {
  240. return dataStat;
  241. }
  242. public void setDataStat(String dataStat) {
  243. this.dataStat = dataStat;
  244. }
  245. @Override
  246. public String toString() {
  247. return "BisInspWtgthRgstr [" + "id=" + id + ", objId=" + objId + ", depName=" + depName + ", adCode=" + adCode + ", adName=" + adName + ", wintCode=" + wintCode + ", depPers=" + depPers + ", depPersTel=" + depPersTel + ", utLead=" + utLead + ", principalTel=" + principalTel + ", loc=" + loc + ", note=" + note + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", payState=" + payState + ", drainState=" + drainState + ", state=" + state + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", groupId=" + groupId + ", dataStat=" + dataStat + "]";
  248. }
  249. }