b7962a6e91f5c0aeb2cd2a4f296dd79372780134.svn-base 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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. * BisInspJspwiu2024Param
  9. *
  10. * @author lhc
  11. * @date 2024-3-4
  12. */
  13. public class BisInspJspwiu2024Param 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 = "leglPers")
  29. private String leglPers;
  30. // 行政区划编码
  31. @ApiParam(name = "行政区划编码")
  32. @ApiModelProperty(value = "行政区划编码", name = "adCode")
  33. private String adCode;
  34. // 行政区划
  35. @ApiParam(name = "行政区划")
  36. @ApiModelProperty(value = "行政区划", name = "adName")
  37. private String adName;
  38. // 统一社会信用代码
  39. @ApiParam(name = "统一社会信用代码")
  40. @ApiModelProperty(value = "统一社会信用代码", name = "idnt")
  41. private String idnt;
  42. // 单位地址
  43. @ApiParam(name = "单位地址")
  44. @ApiModelProperty(value = "单位地址", name = "busAddr")
  45. private String busAddr;
  46. // 所属行业
  47. @ApiParam(name = "所属行业")
  48. @ApiModelProperty(value = "所属行业", name = "industry")
  49. private String industry;
  50. // 行业代码
  51. @ApiParam(name = "行业代码")
  52. @ApiModelProperty(value = "行业代码", name = "industryCode")
  53. private String industryCode;
  54. // 主要产品
  55. @ApiParam(name = "主要产品")
  56. @ApiModelProperty(value = "主要产品", name = "majorProduct")
  57. private String majorProduct;
  58. // 取水用途
  59. @ApiParam(name = "取水用途")
  60. @ApiModelProperty(value = "取水用途", name = "waterIntake")
  61. private String waterIntake;
  62. // 联系人
  63. @ApiParam(name = "联系人")
  64. @ApiModelProperty(value = "联系人", name = "conPers")
  65. private String conPers;
  66. // 联系人电话
  67. @ApiParam(name = "联系人电话")
  68. @ApiModelProperty(value = "联系人电话", name = "conPersTel")
  69. private String conPersTel;
  70. // 经度
  71. @ApiParam(name = "经度")
  72. @ApiModelProperty(value = "经度", name = "centerX")
  73. private Double centerX;
  74. // 纬度
  75. @ApiParam(name = "纬度")
  76. @ApiModelProperty(value = "纬度", name = "centerY")
  77. private Double centerY;
  78. // 高德经度
  79. @ApiParam(name = "高德经度")
  80. @ApiModelProperty(value = "高德经度", name = "gdX")
  81. private Double gdX;
  82. // 高德纬度
  83. @ApiParam(name = "高德纬度")
  84. @ApiModelProperty(value = "高德纬度", name = "gdY")
  85. private Double gdY;
  86. // 记录人员ID
  87. @ApiParam(name = "记录人员ID")
  88. @ApiModelProperty(value = "记录人员ID", name = "persId")
  89. private String persId;
  90. // 创建时间
  91. @ApiParam(name = "创建时间")
  92. @ApiModelProperty(value = "创建时间", name = "intm")
  93. private Date intm;
  94. // 最后修改时间
  95. @ApiParam(name = "最后修改时间")
  96. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  97. private Date uptm;
  98. // 备注
  99. @ApiParam(name = "备注")
  100. @ApiModelProperty(value = "备注", name = "note")
  101. private String note;
  102. // 数据状态
  103. @ApiParam(name = "数据状态")
  104. @ApiModelProperty(value = "数据状态", name = "dataStat")
  105. private String dataStat;
  106. // 取水单位现场考核填报状态
  107. @ApiParam(name = "取水单位现场考核填报状态")
  108. @ApiModelProperty(value = "取水单位现场考核填报状态", name = "unitStat")
  109. private String unitStat;
  110. // 计划用水户现场考核填报状态
  111. @ApiParam(name = "计划用水户现场考核填报状态")
  112. @ApiModelProperty(value = "计划用水户现场考核填报状态", name = "wtruStat")
  113. private String wtruStat;
  114. // 督查状态(0:未督查;1:督查中;2:已督查)
  115. @ApiParam(name = "督查状态(0:未督查;1:督查中;2:已督查)")
  116. @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
  117. private String state;
  118. public BisInspJspwiu2024Param() {
  119. }
  120. public String getId() {
  121. return id;
  122. }
  123. public void setId(String id) {
  124. this.id = id;
  125. }
  126. public String getObjId() {
  127. return objId;
  128. }
  129. public void setObjId(String objId) {
  130. this.objId = objId;
  131. }
  132. public String getName() {
  133. return name;
  134. }
  135. public void setName(String name) {
  136. this.name = name;
  137. }
  138. public String getLeglPers() {
  139. return leglPers;
  140. }
  141. public void setLeglPers(String leglPers) {
  142. this.leglPers = leglPers;
  143. }
  144. public String getAdCode() {
  145. return adCode;
  146. }
  147. public void setAdCode(String adCode) {
  148. this.adCode = adCode;
  149. }
  150. public String getAdName() {
  151. return adName;
  152. }
  153. public void setAdName(String adName) {
  154. this.adName = adName;
  155. }
  156. public String getIdnt() {
  157. return idnt;
  158. }
  159. public void setIdnt(String idnt) {
  160. this.idnt = idnt;
  161. }
  162. public String getBusAddr() {
  163. return busAddr;
  164. }
  165. public void setBusAddr(String busAddr) {
  166. this.busAddr = busAddr;
  167. }
  168. public String getIndustry() {
  169. return industry;
  170. }
  171. public void setIndustry(String industry) {
  172. this.industry = industry;
  173. }
  174. public String getIndustryCode() {
  175. return industryCode;
  176. }
  177. public void setIndustryCode(String industryCode) {
  178. this.industryCode = industryCode;
  179. }
  180. public String getMajorProduct() {
  181. return majorProduct;
  182. }
  183. public void setMajorProduct(String majorProduct) {
  184. this.majorProduct = majorProduct;
  185. }
  186. public String getWaterIntake() {
  187. return waterIntake;
  188. }
  189. public void setWaterIntake(String waterIntake) {
  190. this.waterIntake = waterIntake;
  191. }
  192. public String getConPers() {
  193. return conPers;
  194. }
  195. public void setConPers(String conPers) {
  196. this.conPers = conPers;
  197. }
  198. public String getConPersTel() {
  199. return conPersTel;
  200. }
  201. public void setConPersTel(String conPersTel) {
  202. this.conPersTel = conPersTel;
  203. }
  204. public Double getCenterX() {
  205. return centerX;
  206. }
  207. public void setCenterX(Double centerX) {
  208. this.centerX = centerX;
  209. }
  210. public Double getCenterY() {
  211. return centerY;
  212. }
  213. public void setCenterY(Double centerY) {
  214. this.centerY = centerY;
  215. }
  216. public Double getGdX() {
  217. return gdX;
  218. }
  219. public void setGdX(Double gdX) {
  220. this.gdX = gdX;
  221. }
  222. public Double getGdY() {
  223. return gdY;
  224. }
  225. public void setGdY(Double gdY) {
  226. this.gdY = gdY;
  227. }
  228. public String getPersId() {
  229. return persId;
  230. }
  231. public void setPersId(String persId) {
  232. this.persId = persId;
  233. }
  234. public Date getIntm() {
  235. return intm;
  236. }
  237. public void setIntm(Date intm) {
  238. this.intm = intm;
  239. }
  240. public Date getUptm() {
  241. return uptm;
  242. }
  243. public void setUptm(Date uptm) {
  244. this.uptm = uptm;
  245. }
  246. public String getNote() {
  247. return note;
  248. }
  249. public void setNote(String note) {
  250. this.note = note;
  251. }
  252. public String getDataStat() {
  253. return dataStat;
  254. }
  255. public void setDataStat(String dataStat) {
  256. this.dataStat = dataStat;
  257. }
  258. public String getUnitStat() {
  259. return unitStat;
  260. }
  261. public void setUnitStat(String unitStat) {
  262. this.unitStat = unitStat;
  263. }
  264. public String getWtruStat() {
  265. return wtruStat;
  266. }
  267. public void setWtruStat(String wtruStat) {
  268. this.wtruStat = wtruStat;
  269. }
  270. public String getState() {
  271. return state;
  272. }
  273. public void setState(String state) {
  274. this.state = state;
  275. }
  276. }