9801fe606eb2efe14fa6d356e6707ca0edae7c92.svn-base 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import java.io.Serializable;
  5. /**
  6. * Created by 61618 on 2019/2/25.
  7. */
  8. public class PersObjParam extends PageParam implements Serializable {
  9. private String orgId;
  10. private String persGuid;
  11. // private String batchGuid;
  12. private String groupGuid;
  13. private String objType;
  14. private String engScal;
  15. private String rsName;
  16. private String rsAdmDep;
  17. private String adName;
  18. private String wtdstType;
  19. private String wtdstState;
  20. private String wtdstNm;
  21. private String adCode;
  22. private String stnm;
  23. private Double maxLgtd;
  24. private Double minLgtd;
  25. private Double maxLttd;
  26. private Double minLttd;
  27. private Double desWasuScal;
  28. private Double gateFlow;
  29. private Double wintFlow;
  30. private Double desAnnWasuPop;
  31. private String frgrd;
  32. @ApiModelProperty("督查状态")
  33. private String state;
  34. @ApiModelProperty(value = "最大高德经度")
  35. private Double maxcenterXGd;
  36. @ApiModelProperty(value = "最小高德经度")
  37. private Double mincenterXGd;
  38. @ApiModelProperty(value = "最大高德纬度")
  39. private Double maxcenterYGd;
  40. @ApiModelProperty(value = "最小高德纬度")
  41. private Double mincenterYGd;
  42. @ApiModelProperty(value = "显示等级")
  43. private String displayLevel;
  44. @ApiModelProperty(value = "贫困县等级")
  45. private String lv;
  46. @ApiModelProperty(value = "是否导出,1:导出")
  47. private String isExport;
  48. @ApiModelProperty("分组sql通过用户id,所在区域分组获取")
  49. private String inIdsSql;
  50. public String getInIdsSql() {
  51. return inIdsSql;
  52. }
  53. public void setInIdsSql(String inIdsSql) {
  54. this.inIdsSql = inIdsSql;
  55. }
  56. public String getState() {
  57. return state;
  58. }
  59. public void setState(String state) {
  60. this.state = state;
  61. }
  62. public String getIsExport() {
  63. return isExport;
  64. }
  65. public void setIsExport(String isExport) {
  66. this.isExport = isExport;
  67. }
  68. public String getLv() {
  69. return lv;
  70. }
  71. public void setLv(String lv) {
  72. this.lv = lv;
  73. }
  74. public String getDisplayLevel() {
  75. return displayLevel;
  76. }
  77. public void setDisplayLevel(String displayLevel) {
  78. this.displayLevel = displayLevel;
  79. }
  80. public Double getMaxcenterXGd() {
  81. return maxcenterXGd;
  82. }
  83. public void setMaxcenterXGd(Double maxcenterXGd) {
  84. this.maxcenterXGd = maxcenterXGd;
  85. }
  86. public Double getMincenterXGd() {
  87. return mincenterXGd;
  88. }
  89. public void setMincenterXGd(Double mincenterXGd) {
  90. this.mincenterXGd = mincenterXGd;
  91. }
  92. public Double getMaxcenterYGd() {
  93. return maxcenterYGd;
  94. }
  95. public void setMaxcenterYGd(Double maxcenterYGd) {
  96. this.maxcenterYGd = maxcenterYGd;
  97. }
  98. public Double getMincenterYGd() {
  99. return mincenterYGd;
  100. }
  101. public void setMincenterYGd(Double mincenterYGd) {
  102. this.mincenterYGd = mincenterYGd;
  103. }
  104. public Double getDesAnnWasuPop() {
  105. return desAnnWasuPop;
  106. }
  107. public void setDesAnnWasuPop(Double desAnnWasuPop) {
  108. this.desAnnWasuPop = desAnnWasuPop;
  109. }
  110. public String getFrgrd() {
  111. return frgrd;
  112. }
  113. public void setFrgrd(String frgrd) {
  114. this.frgrd = frgrd;
  115. }
  116. public Double getWintFlow() {
  117. return wintFlow;
  118. }
  119. public void setWintFlow(Double wintFlow) {
  120. this.wintFlow = wintFlow;
  121. }
  122. public Double getGateFlow() {
  123. return gateFlow;
  124. }
  125. public void setGateFlow(Double gateFlow) {
  126. this.gateFlow = gateFlow;
  127. }
  128. public Double getDesWasuScal() {
  129. return desWasuScal;
  130. }
  131. public void setDesWasuScal(Double desWasuScal) {
  132. this.desWasuScal = desWasuScal;
  133. }
  134. public String getStnm() {
  135. return stnm;
  136. }
  137. public void setStnm(String stnm) {
  138. this.stnm = stnm;
  139. }
  140. @Override
  141. public String getOrgId() {
  142. return orgId;
  143. }
  144. @Override
  145. public void setOrgId(String orgId) {
  146. this.orgId = orgId;
  147. }
  148. public String getPersGuid() {
  149. return persGuid;
  150. }
  151. public void setPersGuid(String persGuid) {
  152. this.persGuid = persGuid;
  153. }
  154. public Double getMaxLgtd() {
  155. return maxLgtd;
  156. }
  157. public void setMaxLgtd(Double maxLgtd) {
  158. this.maxLgtd = maxLgtd;
  159. }
  160. public Double getMinLgtd() {
  161. return minLgtd;
  162. }
  163. public void setMinLgtd(Double minLgtd) {
  164. this.minLgtd = minLgtd;
  165. }
  166. public Double getMaxLttd() {
  167. return maxLttd;
  168. }
  169. public void setMaxLttd(Double maxLttd) {
  170. this.maxLttd = maxLttd;
  171. }
  172. public Double getMinLttd() {
  173. return minLttd;
  174. }
  175. public void setMinLttd(Double minLttd) {
  176. this.minLttd = minLttd;
  177. }
  178. public String getGroupGuid() {
  179. return groupGuid;
  180. }
  181. public void setGroupGuid(String groupGuid) {
  182. this.groupGuid = groupGuid;
  183. }
  184. public String getObjType() {
  185. return objType;
  186. }
  187. public void setObjType(String objType) {
  188. this.objType = objType;
  189. }
  190. public String getEngScal() {
  191. return engScal;
  192. }
  193. public void setEngScal(String engScal) {
  194. this.engScal = engScal;
  195. }
  196. public String getRsName() {
  197. return rsName;
  198. }
  199. public void setRsName(String rsName) {
  200. this.rsName = rsName;
  201. }
  202. public String getRsAdmDep() {
  203. return rsAdmDep;
  204. }
  205. public void setRsAdmDep(String rsAdmDep) {
  206. this.rsAdmDep = rsAdmDep;
  207. }
  208. public String getAdName() {
  209. return adName;
  210. }
  211. public void setAdName(String adName) {
  212. this.adName = adName;
  213. }
  214. public String getWtdstType() {
  215. return wtdstType;
  216. }
  217. public void setWtdstType(String wtdstType) {
  218. this.wtdstType = wtdstType;
  219. }
  220. public String getWtdstState() {
  221. return wtdstState;
  222. }
  223. public void setWtdstState(String wtdstState) {
  224. this.wtdstState = wtdstState;
  225. }
  226. public String getWtdstNm() {
  227. return wtdstNm;
  228. }
  229. public void setWtdstNm(String wtdstNm) {
  230. this.wtdstNm = wtdstNm;
  231. }
  232. public String getAdCode() {
  233. return adCode;
  234. }
  235. public void setAdCode(String adCode) {
  236. this.adCode = adCode;
  237. }
  238. @Override
  239. public String toString() {
  240. return "PersObjParam{" +
  241. "persGuid='" + persGuid + '\'' +
  242. // ", batchGuid='" + batchGuid + '\'' +
  243. // ", groupGuid='" + groupGuid + '\'' +
  244. ", objType='" + objType + '\'' +
  245. ", engScal='" + engScal + '\'' +
  246. ", rsName='" + rsName + '\'' +
  247. ", rsAdmDep='" + rsAdmDep + '\'' +
  248. ", adName='" + adName + '\'' +
  249. ", wtdstType='" + wtdstType + '\'' +
  250. ", wtdstState='" + wtdstState + '\'' +
  251. ", wtdstNm='" + wtdstNm + '\'' +
  252. ", adCode='" + adCode + '\'' +
  253. '}';
  254. }
  255. }