479b45d85c11c35cea2951313509681fda9d7ed1.svn-base 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. * BisInspWrmWtuntPblmParam
  9. *
  10. * @author lune
  11. * @date 2020-8-31
  12. */
  13. public class BisInspWrmWtuntPblmParam extends PageParam implements Serializable {
  14. @ApiModelProperty(value="主键ID", position = 1)
  15. private String id;
  16. @ApiModelProperty(value="*登记表ID", position = 2)
  17. private String rgstrId;
  18. @ApiModelProperty(value="*督查类型(1:水资源管理;2:节约用水)", position = 3)
  19. private String objType;
  20. @ApiModelProperty(value="*督查对象名称", position = 4)
  21. private String objNm;
  22. @ApiModelProperty(value="*行政区划全称", position = 5)
  23. private String adName;
  24. @ApiModelProperty(value="*行政区编码", position = 6)
  25. private String adCode;
  26. @ApiModelProperty(value="经度", position = 7)
  27. private Double centerX;
  28. @ApiModelProperty(value="纬度", position = 8)
  29. private Double centerY;
  30. @ApiModelProperty(value="高德经度", position = 9)
  31. private Double gdX;
  32. @ApiModelProperty(value="高德纬度", position = 10)
  33. private Double gdY;
  34. @ApiModelProperty(value="问题类型(11:江河流域分水方面;12:生态流量管控方面;13:取用水总量控制方面;14:取水口管理方面;15:地下水超采治理方面;16:饮用水水源管理方面;17:其他;21:县级行政区节约用水管理方面;22:节水评价开展方面;23:用水单位计划用水和定额管理执行方面;24:节水型单位建设方面;25:其他;)", position = 11)
  35. private String pblmType;
  36. @ApiModelProperty(value="问题描述", position = 12)
  37. private String pblmDesc;
  38. @ApiModelProperty(value="整改措施", position = 13)
  39. private String rectMsrs;
  40. @ApiModelProperty(value="是否完成整改(1:是;2:否;)", position = 14)
  41. private String rectConc;
  42. @ApiModelProperty(value="未完成整改原因", position = 15)
  43. private String rectOpin;
  44. @ApiModelProperty(value="被检查单位", position = 16)
  45. private String bChkUnit;
  46. @ApiModelProperty(value="联系人", position = 17)
  47. private String contact;
  48. @ApiModelProperty(value="负责人", position = 18)
  49. private String principal;
  50. @ApiModelProperty(value="电话", position = 19)
  51. private String principalTel;
  52. @ApiModelProperty(value="创建人", position = 20)
  53. private String persId;
  54. @ApiModelProperty(value="督查组ID", position = 21)
  55. private String groupId;
  56. @ApiModelProperty(value="创建时间", position = 22)
  57. private Date intm;
  58. @ApiModelProperty(value="更新时间", position = 23)
  59. private Date uptm;
  60. public BisInspWrmWtuntPblmParam() {
  61. }
  62. public String getId() {
  63. return id;
  64. }
  65. public void setId(String id) {
  66. this.id = id;
  67. }
  68. public String getRgstrId() {
  69. return rgstrId;
  70. }
  71. public void setRgstrId(String rgstrId) {
  72. this.rgstrId = rgstrId;
  73. }
  74. public String getObjType() {
  75. return objType;
  76. }
  77. public void setObjType(String objType) {
  78. this.objType = objType;
  79. }
  80. public String getObjNm() {
  81. return objNm;
  82. }
  83. public void setObjNm(String objNm) {
  84. this.objNm = objNm;
  85. }
  86. public String getAdName() {
  87. return adName;
  88. }
  89. public void setAdName(String adName) {
  90. this.adName = adName;
  91. }
  92. public String getAdCode() {
  93. return adCode;
  94. }
  95. public void setAdCode(String adCode) {
  96. this.adCode = adCode;
  97. }
  98. public Double getCenterX() {
  99. return centerX;
  100. }
  101. public void setCenterX(Double centerX) {
  102. this.centerX = centerX;
  103. }
  104. public Double getCenterY() {
  105. return centerY;
  106. }
  107. public void setCenterY(Double centerY) {
  108. this.centerY = centerY;
  109. }
  110. public Double getGdX() {
  111. return gdX;
  112. }
  113. public void setGdX(Double gdX) {
  114. this.gdX = gdX;
  115. }
  116. public Double getGdY() {
  117. return gdY;
  118. }
  119. public void setGdY(Double gdY) {
  120. this.gdY = gdY;
  121. }
  122. public String getPblmType() {
  123. return pblmType;
  124. }
  125. public void setPblmType(String pblmType) {
  126. this.pblmType = pblmType;
  127. }
  128. public String getPblmDesc() {
  129. return pblmDesc;
  130. }
  131. public void setPblmDesc(String pblmDesc) {
  132. this.pblmDesc = pblmDesc;
  133. }
  134. public String getRectMsrs() {
  135. return rectMsrs;
  136. }
  137. public void setRectMsrs(String rectMsrs) {
  138. this.rectMsrs = rectMsrs;
  139. }
  140. public String getRectConc() {
  141. return rectConc;
  142. }
  143. public void setRectConc(String rectConc) {
  144. this.rectConc = rectConc;
  145. }
  146. public String getRectOpin() {
  147. return rectOpin;
  148. }
  149. public void setRectOpin(String rectOpin) {
  150. this.rectOpin = rectOpin;
  151. }
  152. public String getBChkUnit() {
  153. return bChkUnit;
  154. }
  155. public void setBChkUnit(String bChkUnit) {
  156. this.bChkUnit = bChkUnit;
  157. }
  158. public String getContact() {
  159. return contact;
  160. }
  161. public void setContact(String contact) {
  162. this.contact = contact;
  163. }
  164. public String getPrincipal() {
  165. return principal;
  166. }
  167. public void setPrincipal(String principal) {
  168. this.principal = principal;
  169. }
  170. public String getPrincipalTel() {
  171. return principalTel;
  172. }
  173. public void setPrincipalTel(String principalTel) {
  174. this.principalTel = principalTel;
  175. }
  176. public String getPersId() {
  177. return persId;
  178. }
  179. public void setPersId(String persId) {
  180. this.persId = persId;
  181. }
  182. public String getGroupId() {
  183. return groupId;
  184. }
  185. public void setGroupId(String groupId) {
  186. this.groupId = groupId;
  187. }
  188. public Date getIntm() {
  189. return intm;
  190. }
  191. public void setIntm(Date intm) {
  192. this.intm = intm;
  193. }
  194. public Date getUptm() {
  195. return uptm;
  196. }
  197. public void setUptm(Date uptm) {
  198. this.uptm = uptm;
  199. }
  200. }