63ac3a25ebf04139f1fda9cfbab404d700f007f4.svn-base 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import io.swagger.annotations.ApiParam;
  5. import java.io.Serializable;
  6. import java.util.Date;
  7. /**
  8. * TacInspYearBatchObjParam
  9. *
  10. * @author lune
  11. * @date 2019-9-6
  12. */
  13. public class TacInspYearBatchObjParam extends PageParam implements Serializable {
  14. @ApiModelProperty("*主键")
  15. private String id;
  16. @ApiModelProperty("*稽察年度批次ID")
  17. private String yearBatchId;
  18. @ApiModelProperty("*年度")
  19. private Long year;
  20. @ApiModelProperty("*批次")
  21. private Long batch;
  22. @ApiModelProperty("*稽察组ID")
  23. private String groupId;
  24. @ApiModelProperty("*稽察组组别")
  25. private Long groupNm;
  26. @ApiModelProperty("*稽察对象ID")
  27. private String ojbId;
  28. @ApiModelProperty("*稽察对象名称")
  29. private String ojbNm;
  30. @ApiModelProperty("创建人")
  31. private String persId;
  32. @ApiModelProperty("创建时间")
  33. private Date inTm;
  34. @ApiModelProperty("修改时间")
  35. private Date upTm;
  36. @ApiModelProperty("数据状态(0:正常;9:删除)")
  37. private String dataStat;
  38. @ApiModelProperty("排序字段")
  39. private String orderBy;
  40. @ApiModelProperty("行政区划编码")
  41. private String adCode;
  42. @ApiModelProperty("类型")
  43. private String engSta;
  44. @ApiModelProperty("督查状态")
  45. private String state;
  46. @ApiModelProperty("项目类型")
  47. private String type;
  48. @ApiModelProperty("项目名称")
  49. private String name;
  50. @ApiModelProperty("最大pc经度")
  51. private Double maxLgtd;
  52. @ApiModelProperty("最小pc经度")
  53. private Double minLgtd;
  54. @ApiModelProperty("最大pc纬度")
  55. private Double maxLttd;
  56. @ApiModelProperty("最小pc纬度")
  57. private Double minLttd;
  58. @ApiModelProperty(value = "最大高德经度")
  59. private Double maxcenterXGd;
  60. @ApiModelProperty(value = "最小高德经度")
  61. private Double mincenterXGd;
  62. @ApiModelProperty(value = "最大高德纬度")
  63. private Double maxcenterYGd;
  64. @ApiModelProperty(value = "最小高德纬度")
  65. private Double mincenterYGd;
  66. @ApiModelProperty("工程规模(大型、中型、小型)-湖北")
  67. private String scale;
  68. @ApiModelProperty("工程类型(水利工程通用、水库大坝工程、水电站工程、泵站工程、水闸工程、堤防工程、引调水及灌区工程、其他水利工程)-湖北")
  69. private String ptype;
  70. @ApiModelProperty("工程类别(新建、扩建、改建、加固、修复)-湖北")
  71. private String cate;
  72. @ApiModelProperty("工程阶段(刚开工、未达施工高峰、施工高峰、接近完工、已完工)-湖北")
  73. private String stage;
  74. /**
  75. * 是否测评 0否 1外聘专家测评 2专家组长测评 默认0
  76. */
  77. @ApiModelProperty(value = "是否测评")
  78. private String isEval;
  79. public TacInspYearBatchObjParam() {
  80. }
  81. public Double getMaxLgtd() {
  82. return maxLgtd;
  83. }
  84. public void setMaxLgtd(Double maxLgtd) {
  85. this.maxLgtd = maxLgtd;
  86. }
  87. public Double getMinLgtd() {
  88. return minLgtd;
  89. }
  90. public void setMinLgtd(Double minLgtd) {
  91. this.minLgtd = minLgtd;
  92. }
  93. public Double getMaxLttd() {
  94. return maxLttd;
  95. }
  96. public void setMaxLttd(Double maxLttd) {
  97. this.maxLttd = maxLttd;
  98. }
  99. public Double getMinLttd() {
  100. return minLttd;
  101. }
  102. public void setMinLttd(Double minLttd) {
  103. this.minLttd = minLttd;
  104. }
  105. public Double getMaxcenterXGd() {
  106. return maxcenterXGd;
  107. }
  108. public void setMaxcenterXGd(Double maxcenterXGd) {
  109. this.maxcenterXGd = maxcenterXGd;
  110. }
  111. public Double getMincenterXGd() {
  112. return mincenterXGd;
  113. }
  114. public void setMincenterXGd(Double mincenterXGd) {
  115. this.mincenterXGd = mincenterXGd;
  116. }
  117. public Double getMaxcenterYGd() {
  118. return maxcenterYGd;
  119. }
  120. public void setMaxcenterYGd(Double maxcenterYGd) {
  121. this.maxcenterYGd = maxcenterYGd;
  122. }
  123. public Double getMincenterYGd() {
  124. return mincenterYGd;
  125. }
  126. public void setMincenterYGd(Double mincenterYGd) {
  127. this.mincenterYGd = mincenterYGd;
  128. }
  129. public String getType() {
  130. return type;
  131. }
  132. public void setType(String type) {
  133. this.type = type;
  134. }
  135. public String getName() {
  136. return name;
  137. }
  138. public void setName(String name) {
  139. this.name = name;
  140. }
  141. public String getState() {
  142. return state;
  143. }
  144. public void setState(String state) {
  145. this.state = state;
  146. }
  147. public String getAdCode() {
  148. return adCode;
  149. }
  150. public void setAdCode(String adCode) {
  151. this.adCode = adCode;
  152. }
  153. public String getEngSta() {
  154. return engSta;
  155. }
  156. public void setEngSta(String engSta) {
  157. this.engSta = engSta;
  158. }
  159. @Override
  160. public String getOrderBy() {
  161. return orderBy;
  162. }
  163. @Override
  164. public void setOrderBy(String orderBy) {
  165. this.orderBy = orderBy;
  166. }
  167. public String getId() {
  168. return id;
  169. }
  170. public void setId(String id) {
  171. this.id = id;
  172. }
  173. public String getYearBatchId() {
  174. return yearBatchId;
  175. }
  176. public void setYearBatchId(String yearBatchId) {
  177. this.yearBatchId = yearBatchId;
  178. }
  179. public Long getYear() {
  180. return year;
  181. }
  182. public void setYear(Long year) {
  183. this.year = year;
  184. }
  185. public Long getBatch() {
  186. return batch;
  187. }
  188. public void setBatch(Long batch) {
  189. this.batch = batch;
  190. }
  191. public String getGroupId() {
  192. return groupId;
  193. }
  194. public void setGroupId(String groupId) {
  195. this.groupId = groupId;
  196. }
  197. public Long getGroupNm() {
  198. return groupNm;
  199. }
  200. public void setGroupNm(Long groupNm) {
  201. this.groupNm = groupNm;
  202. }
  203. public String getOjbId() {
  204. return ojbId;
  205. }
  206. public void setOjbId(String ojbId) {
  207. this.ojbId = ojbId;
  208. }
  209. public String getOjbNm() {
  210. return ojbNm;
  211. }
  212. public void setOjbNm(String ojbNm) {
  213. this.ojbNm = ojbNm;
  214. }
  215. public String getPersId() {
  216. return persId;
  217. }
  218. public void setPersId(String persId) {
  219. this.persId = persId;
  220. }
  221. public Date getInTm() {
  222. return inTm;
  223. }
  224. public void setInTm(Date inTm) {
  225. this.inTm = inTm;
  226. }
  227. public Date getUpTm() {
  228. return upTm;
  229. }
  230. public void setUpTm(Date upTm) {
  231. this.upTm = upTm;
  232. }
  233. public String getDataStat() {
  234. return dataStat;
  235. }
  236. public void setDataStat(String dataStat) {
  237. this.dataStat = dataStat;
  238. }
  239. public String getIsEval() {
  240. return isEval;
  241. }
  242. public void setIsEval(String isEval) {
  243. this.isEval = isEval;
  244. }
  245. public String getScale() {
  246. return scale;
  247. }
  248. public void setScale(String scale) {
  249. this.scale = scale;
  250. }
  251. public String getPtype() {
  252. return ptype;
  253. }
  254. public void setPtype(String ptype) {
  255. this.ptype = ptype;
  256. }
  257. public String getCate() {
  258. return cate;
  259. }
  260. public void setCate(String cate) {
  261. this.cate = cate;
  262. }
  263. public String getStage() {
  264. return stage;
  265. }
  266. public void setStage(String stage) {
  267. this.stage = stage;
  268. }
  269. }