41bd0fa29cc38cc8fcbf104b59dbc46aa452b5e7.svn-base 7.2 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. * AttJskejianFlkdisRgstrParam
  9. *
  10. * @author lune
  11. * @date 2019-12-13
  12. */
  13. public class AttJskejianFlkdisRgstrParam extends PageParam implements Serializable {
  14. @ApiModelProperty("分组sql拼接")
  15. private String inIdsSql;
  16. public String getInIdsSql() {
  17. return inIdsSql;
  18. }
  19. public void setInIdsSql(String inIdsSql) {
  20. this.inIdsSql = inIdsSql;
  21. }
  22. @ApiModelProperty("当前数据,历史数据:0全部,1当前2历史")
  23. private String tabType;
  24. @ApiModelProperty("当前时间")
  25. private String nowTime;
  26. @ApiModelProperty("督查组id")
  27. private String plnaId;
  28. @ApiModelProperty("主键ID")
  29. private String id;
  30. @ApiModelProperty("督查对象ID")
  31. private String objId;
  32. @ApiModelProperty("项目名称")
  33. private String name;
  34. @ApiModelProperty("河流、河段(湖泊)名称")
  35. private String rvReaLkName;
  36. @ApiModelProperty("行政区编码")
  37. private String adCode;
  38. @ApiModelProperty("行政区名称")
  39. private String adName;
  40. @ApiModelProperty("所在详细位置")
  41. private String location;
  42. @ApiModelProperty("PC经度")
  43. private Double centerX;
  44. @ApiModelProperty("PC纬度")
  45. private Double centerY;
  46. @ApiModelProperty("高德经度")
  47. private Double gdX;
  48. @ApiModelProperty("高德纬度")
  49. private Double gdY;
  50. @ApiModelProperty("县级河长姓名及职务")
  51. private String contRvonNameDuty;
  52. @ApiModelProperty("乡级县级河长姓名及职务")
  53. private String townRvonNameDuty;
  54. @ApiModelProperty("村级县级河长姓名及职务")
  55. private String vilgRvonNameDuty;
  56. @ApiModelProperty("问题类型(1:乱占;2:乱采;3:乱堆;4:乱建;5:其他)")
  57. private String pblmType;
  58. @ApiModelProperty("问题描述")
  59. private String pblmDesc;
  60. @ApiModelProperty("问题整治情况(上报;1:已销号;2:未销号)")
  61. private String rectConc;
  62. @ApiModelProperty("核实情况(1:已整改;2:部分整改;3:未整改)")
  63. private String reviConc;
  64. @ApiModelProperty("复查意见")
  65. private String reviOpin;
  66. @ApiModelProperty("创建人")
  67. private String persId;
  68. @ApiModelProperty("创建时间")
  69. private Date intm;
  70. @ApiModelProperty("修改时间")
  71. private Date uptm;
  72. @ApiModelProperty("督查状态(0:未督查;1:督查中;2:已督查)")
  73. private String state;
  74. @ApiModelProperty("督查组ID")
  75. private String groupId;
  76. @ApiModelProperty("省级标识")
  77. private String province;
  78. @ApiModelProperty("结束时间")
  79. private String entm;
  80. @ApiModelProperty("开始时间")
  81. private String sttm;
  82. public AttJskejianFlkdisRgstrParam() {
  83. }
  84. public String getTabType() {
  85. return tabType;
  86. }
  87. public void setTabType(String tabType) {
  88. this.tabType = tabType;
  89. }
  90. public String getNowTime() {
  91. return nowTime;
  92. }
  93. public void setNowTime(String nowTime) {
  94. this.nowTime = nowTime;
  95. }
  96. public String getPlnaId() {
  97. return plnaId;
  98. }
  99. public void setPlnaId(String plnaId) {
  100. this.plnaId = plnaId;
  101. }
  102. public String getEntm() {
  103. return entm;
  104. }
  105. public void setEntm(String entm) {
  106. this.entm = entm;
  107. }
  108. public String getSttm() {
  109. return sttm;
  110. }
  111. public void setSttm(String sttm) {
  112. this.sttm = sttm;
  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 getRvReaLkName() {
  133. return rvReaLkName;
  134. }
  135. public void setRvReaLkName(String rvReaLkName) {
  136. this.rvReaLkName = rvReaLkName;
  137. }
  138. public String getAdCode() {
  139. return adCode;
  140. }
  141. public void setAdCode(String adCode) {
  142. this.adCode = adCode;
  143. }
  144. public String getAdName() {
  145. return adName;
  146. }
  147. public void setAdName(String adName) {
  148. this.adName = adName;
  149. }
  150. public String getLocation() {
  151. return location;
  152. }
  153. public void setLocation(String location) {
  154. this.location = location;
  155. }
  156. public Double getCenterX() {
  157. return centerX;
  158. }
  159. public void setCenterX(Double centerX) {
  160. this.centerX = centerX;
  161. }
  162. public Double getCenterY() {
  163. return centerY;
  164. }
  165. public void setCenterY(Double centerY) {
  166. this.centerY = centerY;
  167. }
  168. public Double getGdX() {
  169. return gdX;
  170. }
  171. public void setGdX(Double gdX) {
  172. this.gdX = gdX;
  173. }
  174. public Double getGdY() {
  175. return gdY;
  176. }
  177. public void setGdY(Double gdY) {
  178. this.gdY = gdY;
  179. }
  180. public String getContRvonNameDuty() {
  181. return contRvonNameDuty;
  182. }
  183. public void setContRvonNameDuty(String contRvonNameDuty) {
  184. this.contRvonNameDuty = contRvonNameDuty;
  185. }
  186. public String getTownRvonNameDuty() {
  187. return townRvonNameDuty;
  188. }
  189. public void setTownRvonNameDuty(String townRvonNameDuty) {
  190. this.townRvonNameDuty = townRvonNameDuty;
  191. }
  192. public String getVilgRvonNameDuty() {
  193. return vilgRvonNameDuty;
  194. }
  195. public void setVilgRvonNameDuty(String vilgRvonNameDuty) {
  196. this.vilgRvonNameDuty = vilgRvonNameDuty;
  197. }
  198. public String getPblmType() {
  199. return pblmType;
  200. }
  201. public void setPblmType(String pblmType) {
  202. this.pblmType = pblmType;
  203. }
  204. public String getPblmDesc() {
  205. return pblmDesc;
  206. }
  207. public void setPblmDesc(String pblmDesc) {
  208. this.pblmDesc = pblmDesc;
  209. }
  210. public String getRectConc() {
  211. return rectConc;
  212. }
  213. public void setRectConc(String rectConc) {
  214. this.rectConc = rectConc;
  215. }
  216. public String getReviConc() {
  217. return reviConc;
  218. }
  219. public void setReviConc(String reviConc) {
  220. this.reviConc = reviConc;
  221. }
  222. public String getReviOpin() {
  223. return reviOpin;
  224. }
  225. public void setReviOpin(String reviOpin) {
  226. this.reviOpin = reviOpin;
  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 getState() {
  247. return state;
  248. }
  249. public void setState(String state) {
  250. this.state = state;
  251. }
  252. public String getGroupId() {
  253. return groupId;
  254. }
  255. public void setGroupId(String groupId) {
  256. this.groupId = groupId;
  257. }
  258. @Override
  259. public String getProvince() {
  260. return province;
  261. }
  262. @Override
  263. public void setProvince(String province) {
  264. this.province = province;
  265. }
  266. }