7386a38be48678a9fd53b01c24b19987f4b189e3.svn-base 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiParam;
  4. import java.util.Date;
  5. import java.io.Serializable;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * BisInspJspwiuParam
  9. *
  10. * @author lhc
  11. * @date 2023年3月20日
  12. */
  13. public class BisInspJspwiuParam extends PageParam implements Serializable {
  14. // ID
  15. @ApiParam(name = "ID")
  16. @ApiModelProperty(value = "ID", name = "id")
  17. private String id;
  18. // 督查对象ID
  19. @ApiParam(name = "督查对象ID")
  20. @ApiModelProperty(value = "督查对象ID", name = "objId")
  21. private String objId;
  22. // 单位名称
  23. @ApiParam(name = "单位名称")
  24. @ApiModelProperty(value = "单位名称", name = "name")
  25. private String name;
  26. // 行政区划编码
  27. @ApiParam(name = "行政区划编码")
  28. @ApiModelProperty(value = "行政区划编码", name = "adCode")
  29. private String adCode;
  30. // 行政区划
  31. @ApiParam(name = "行政区划")
  32. @ApiModelProperty(value = "行政区划", name = "adName")
  33. private String adName;
  34. // 统一社会信用代码
  35. @ApiParam(name = "统一社会信用代码")
  36. @ApiModelProperty(value = "统一社会信用代码", name = "sctcd")
  37. private String sctcd;
  38. // 单位类型 1企业 2机关 3学校 4医院 5宾馆 6高校 7其他
  39. @ApiParam(name = "单位类型 1企业 2机关 3学校 4医院 5宾馆 6高校 7其他")
  40. @ApiModelProperty(value = "单位类型 1企业 2机关 3学校 4医院 5宾馆 6高校 7其他", name = "depType")
  41. private String depType;
  42. // 行业类型 1节水型 2非节水型
  43. @ApiParam(name = "行业类型 1节水型 2非节水型")
  44. @ApiModelProperty(value = "行业类型 1节水型 2非节水型", name = "tmpType")
  45. private String tmpType;
  46. // 注册地址
  47. @ApiParam(name = "注册地址")
  48. @ApiModelProperty(value = "注册地址", name = "regAddr")
  49. private String regAddr;
  50. // 经营地址
  51. @ApiParam(name = "经营地址")
  52. @ApiModelProperty(value = "经营地址", name = "busAddr")
  53. private String busAddr;
  54. // 联系人
  55. @ApiParam(name = "联系人")
  56. @ApiModelProperty(value = "联系人", name = "conPers")
  57. private String conPers;
  58. // 联系人电话
  59. @ApiParam(name = "联系人电话")
  60. @ApiModelProperty(value = "联系人电话", name = "conPersTel")
  61. private String conPersTel;
  62. // 负责人
  63. @ApiParam(name = "负责人")
  64. @ApiModelProperty(value = "负责人", name = "keyPers")
  65. private String keyPers;
  66. // 经度
  67. @ApiParam(name = "经度")
  68. @ApiModelProperty(value = "经度", name = "centerX")
  69. private Double centerX;
  70. // 纬度
  71. @ApiParam(name = "纬度")
  72. @ApiModelProperty(value = "纬度", name = "centerY")
  73. private Double centerY;
  74. // 高德经度
  75. @ApiParam(name = "高德经度")
  76. @ApiModelProperty(value = "高德经度", name = "gdX")
  77. private Double gdX;
  78. // 高德纬度
  79. @ApiParam(name = "高德纬度")
  80. @ApiModelProperty(value = "高德纬度", name = "gdY")
  81. private Double gdY;
  82. // 记录人员ID
  83. @ApiParam(name = "记录人员ID")
  84. @ApiModelProperty(value = "记录人员ID", name = "persId")
  85. private String persId;
  86. // 创建时间
  87. @ApiParam(name = "创建时间")
  88. @ApiModelProperty(value = "创建时间", name = "intm")
  89. private Date intm;
  90. // 最后修改时间
  91. @ApiParam(name = "最后修改时间")
  92. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  93. private Date uptm;
  94. // 备注
  95. @ApiParam(name = "备注")
  96. @ApiModelProperty(value = "备注", name = "note")
  97. private String note;
  98. // 数据状态
  99. @ApiParam(name = "数据状态")
  100. @ApiModelProperty(value = "数据状态", name = "dataStat")
  101. private String dataStat;
  102. @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
  103. private String state;
  104. // 取水单位现场考核填报状态
  105. @ApiParam(name = "取水单位现场考核填报状态")
  106. @ApiModelProperty(value = "取水单位现场考核填报状态", name = "unitStat")
  107. private String unitStat;
  108. // 计划用水户现场考核填报状态
  109. @ApiParam(name = "计划用水户现场考核填报状态")
  110. @ApiModelProperty(value = "计划用水户现场考核填报状态", name = "wtruStat")
  111. private String wtruStat;
  112. public BisInspJspwiuParam() {
  113. }
  114. public String getId() {
  115. return id;
  116. }
  117. public void setId(String id) {
  118. this.id = id;
  119. }
  120. public String getObjId() {
  121. return objId;
  122. }
  123. public void setObjId(String objId) {
  124. this.objId = objId;
  125. }
  126. public String getName() {
  127. return name;
  128. }
  129. public void setName(String name) {
  130. this.name = name;
  131. }
  132. public String getAdCode() {
  133. return adCode;
  134. }
  135. public void setAdCode(String adCode) {
  136. this.adCode = adCode;
  137. }
  138. public String getAdName() {
  139. return adName;
  140. }
  141. public void setAdName(String adName) {
  142. this.adName = adName;
  143. }
  144. public String getSctcd() {
  145. return sctcd;
  146. }
  147. public void setSctcd(String sctcd) {
  148. this.sctcd = sctcd;
  149. }
  150. public String getDepType() {
  151. return depType;
  152. }
  153. public void setDepType(String depType) {
  154. this.depType = depType;
  155. }
  156. public String getTmpType() {
  157. return tmpType;
  158. }
  159. public void setTmpType(String tmpType) {
  160. this.tmpType = tmpType;
  161. }
  162. public String getRegAddr() {
  163. return regAddr;
  164. }
  165. public void setRegAddr(String regAddr) {
  166. this.regAddr = regAddr;
  167. }
  168. public String getBusAddr() {
  169. return busAddr;
  170. }
  171. public void setBusAddr(String busAddr) {
  172. this.busAddr = busAddr;
  173. }
  174. public String getConPers() {
  175. return conPers;
  176. }
  177. public void setConPers(String conPers) {
  178. this.conPers = conPers;
  179. }
  180. public String getConPersTel() {
  181. return conPersTel;
  182. }
  183. public void setConPersTel(String conPersTel) {
  184. this.conPersTel = conPersTel;
  185. }
  186. public String getKeyPers() {
  187. return keyPers;
  188. }
  189. public void setKeyPers(String keyPers) {
  190. this.keyPers = keyPers;
  191. }
  192. public Double getCenterX() {
  193. return centerX;
  194. }
  195. public void setCenterX(Double centerX) {
  196. this.centerX = centerX;
  197. }
  198. public Double getCenterY() {
  199. return centerY;
  200. }
  201. public void setCenterY(Double centerY) {
  202. this.centerY = centerY;
  203. }
  204. public Double getGdX() {
  205. return gdX;
  206. }
  207. public void setGdX(Double gdX) {
  208. this.gdX = gdX;
  209. }
  210. public Double getGdY() {
  211. return gdY;
  212. }
  213. public void setGdY(Double gdY) {
  214. this.gdY = gdY;
  215. }
  216. public String getPersId() {
  217. return persId;
  218. }
  219. public void setPersId(String persId) {
  220. this.persId = persId;
  221. }
  222. public Date getIntm() {
  223. return intm;
  224. }
  225. public void setIntm(Date intm) {
  226. this.intm = intm;
  227. }
  228. public Date getUptm() {
  229. return uptm;
  230. }
  231. public void setUptm(Date uptm) {
  232. this.uptm = uptm;
  233. }
  234. public String getNote() {
  235. return note;
  236. }
  237. public void setNote(String note) {
  238. this.note = note;
  239. }
  240. public String getDataStat() {
  241. return dataStat;
  242. }
  243. public void setDataStat(String dataStat) {
  244. this.dataStat = dataStat;
  245. }
  246. public String getUnitStat() {
  247. return unitStat;
  248. }
  249. public void setUnitStat(String unitStat) {
  250. this.unitStat = unitStat;
  251. }
  252. public String getWtruStat() {
  253. return wtruStat;
  254. }
  255. public void setWtruStat(String wtruStat) {
  256. this.wtruStat = wtruStat;
  257. }
  258. public String getState() {
  259. return state;
  260. }
  261. public void setState(String state) {
  262. this.state = state;
  263. }
  264. }