2d216736b5c00b11c1248704641e7bbf0996f8a4.svn-base 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. package org.jeecg.modules.demo.hzz.shjsgc.shxmxx.vo;
  2. import java.util.List;
  3. import org.jeecg.modules.demo.hzz.shjsgc.shxmxx.entity.RmShxmxxb;
  4. import org.jeecg.modules.demo.hzz.shjsgc.shxmxx.entity.RmJgjlb;
  5. import lombok.Data;
  6. import org.jeecgframework.poi.excel.annotation.Excel;
  7. import org.jeecgframework.poi.excel.annotation.ExcelEntity;
  8. import org.jeecgframework.poi.excel.annotation.ExcelCollection;
  9. import com.fasterxml.jackson.annotation.JsonFormat;
  10. import org.springframework.format.annotation.DateTimeFormat;
  11. import java.util.Date;
  12. import org.jeecg.common.aspect.annotation.Dict;
  13. import io.swagger.annotations.ApiModel;
  14. import io.swagger.annotations.ApiModelProperty;
  15. /**
  16. * @Description: 涉河项目信息表
  17. * @Author: jeecg-boot
  18. * @Date: 2022-02-19
  19. * @Version: V1.0
  20. */
  21. @Data
  22. @ApiModel(value="rm_shxmxxbPage对象", description="涉河项目信息表")
  23. public class RmShxmxxbPage {
  24. /**主键*/
  25. @ApiModelProperty(value = "主键")
  26. private String id;
  27. /**创建人*/
  28. @ApiModelProperty(value = "创建人")
  29. private String createBy;
  30. /**创建日期*/
  31. @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
  32. @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
  33. @ApiModelProperty(value = "创建日期")
  34. private Date createTime;
  35. /**更新人*/
  36. @ApiModelProperty(value = "更新人")
  37. private String updateBy;
  38. /**更新日期*/
  39. @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
  40. @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
  41. @ApiModelProperty(value = "更新日期")
  42. private Date updateTime;
  43. /**所属部门*/
  44. @ApiModelProperty(value = "所属部门")
  45. private String sysOrgCode;
  46. /**项目名称*/
  47. @Excel(name = "项目名称", width = 15)
  48. @ApiModelProperty(value = "项目名称")
  49. private String xmmc;
  50. /**项目类型*/
  51. @Excel(name = "项目类型", width = 15, dicCode = "xmlx")
  52. @Dict(dicCode = "xmlx")
  53. @ApiModelProperty(value = "项目类型")
  54. private String xmlx;
  55. /**所在河流*/
  56. @Excel(name = "所在河流", width = 15, dicCode = "xmlx")
  57. @ApiModelProperty(value = "所在河流")
  58. private String szhl;
  59. /**行政区划*/
  60. @Excel(name = "行政区划", width = 15)
  61. @ApiModelProperty(value = "行政区划")
  62. private String xzqh;
  63. /**县级区划代码*/
  64. @Excel(name = "县级区划代码", width = 15)
  65. @ApiModelProperty(value = "县级区划代码")
  66. private String xjqhdm;
  67. /**项目负责人*/
  68. @Excel(name = "项目负责人", width = 15)
  69. @ApiModelProperty(value = "项目负责人")
  70. private String xmfzr;
  71. /**电话*/
  72. @Excel(name = "电话", width = 15)
  73. @ApiModelProperty(value = "电话")
  74. private String dha;
  75. /**立项情况*/
  76. @Excel(name = "立项情况", width = 15)
  77. @ApiModelProperty(value = "立项情况")
  78. private String lxqk;
  79. /**防洪标准*/
  80. @Excel(name = "防洪标准", width = 15)
  81. @ApiModelProperty(value = "防洪标准")
  82. private String fhbz;
  83. /**建设状态*/
  84. @Excel(name = "建设状态", width = 15, dicCode = "gcjsqk")
  85. @Dict(dicCode = "gcjsqk")
  86. @ApiModelProperty(value = "建设状态")
  87. private String jszt;
  88. /**审批状态*/
  89. @Excel(name = "审批状态", width = 15,dicCode="spzt")
  90. @Dict(dicCode = "spzt")
  91. @ApiModelProperty(value = "审批状态")
  92. private String spzt;
  93. /**批复年度*/
  94. @Excel(name = "批复年度", width = 15)
  95. @ApiModelProperty(value = "批复年度")
  96. private String pfnd;
  97. /**开工年月*/
  98. @Excel(name = "开工年月", width = 15)
  99. @ApiModelProperty(value = "开工年月")
  100. private String kgny;
  101. /**建成年月*/
  102. @Excel(name = "建成年月", width = 15)
  103. @ApiModelProperty(value = "建成年月")
  104. private String jcny;
  105. /**工期计划*/
  106. @Excel(name = "工期计划", width = 15)
  107. @ApiModelProperty(value = "工期计划")
  108. private String gqjh;
  109. /**是否为评估保留项目*/
  110. @Excel(name = "是否为评估保留项目", width = 15, dicCode = "yn")
  111. @Dict(dicCode = "yn")
  112. @ApiModelProperty(value = "是否为评估保留项目")
  113. private String sfwpgblxm;
  114. /**管理单位*/
  115. @Excel(name = "管理单位", width = 15)
  116. @ApiModelProperty(value = "管理单位")
  117. private String gldw;
  118. /**主管部门*/
  119. @Excel(name = "主管部门", width = 15)
  120. @ApiModelProperty(value = "主管部门")
  121. private String zgbm;
  122. /**备注*/
  123. @Excel(name = "备注", width = 15)
  124. @ApiModelProperty(value = "备注")
  125. private String bz;
  126. @ExcelCollection(name="监管记录")
  127. @ApiModelProperty(value = "监管记录")
  128. private List<RmJgjlb> rmJgjlbList;
  129. }