45f5342250db6268d560c5402e7a4240682c5efb.svn-base 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. package org.jeecg.modules.demo.hzz.shjsgc.xmrk.entity;
  2. import java.io.Serializable;
  3. import com.baomidou.mybatisplus.annotation.IdType;
  4. import com.baomidou.mybatisplus.annotation.TableId;
  5. import com.baomidou.mybatisplus.annotation.TableName;
  6. import org.jeecg.common.aspect.annotation.Dict;
  7. import lombok.Data;
  8. import com.fasterxml.jackson.annotation.JsonFormat;
  9. import org.springframework.format.annotation.DateTimeFormat;
  10. import org.jeecgframework.poi.excel.annotation.Excel;
  11. import java.util.Date;
  12. import io.swagger.annotations.ApiModel;
  13. import io.swagger.annotations.ApiModelProperty;
  14. import java.io.UnsupportedEncodingException;
  15. /**
  16. * @Description: 涉河部分工程信息
  17. * @Author: jeecg-boot
  18. * @Date: 2022-03-31
  19. * @Version: V1.0
  20. */
  21. @Data
  22. @TableName("rm_axshbfgcxxb")
  23. @ApiModel(value="rm_axshbfgcxxb对象", description="涉河部分工程信息")
  24. public class RmAxshbfgcxxb implements Serializable {
  25. private static final long serialVersionUID = 1L;
  26. /**主键*/
  27. @TableId(type = IdType.ASSIGN_ID)
  28. @ApiModelProperty(value = "主键")
  29. private String id;
  30. /**创建人*/
  31. @ApiModelProperty(value = "创建人")
  32. private String createBy;
  33. /**创建日期*/
  34. @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
  35. @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
  36. @ApiModelProperty(value = "创建日期")
  37. private Date createTime;
  38. /**更新人*/
  39. @ApiModelProperty(value = "更新人")
  40. private String updateBy;
  41. /**更新日期*/
  42. @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
  43. @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
  44. @ApiModelProperty(value = "更新日期")
  45. private Date updateTime;
  46. /**所属部门*/
  47. @ApiModelProperty(value = "所属部门")
  48. private String sysOrgCode;
  49. /**工程名称*/
  50. @Excel(name = "工程名称", width = 15)
  51. @ApiModelProperty(value = "工程名称")
  52. private String gcmc;
  53. /**工程位置*/
  54. @Excel(name = "工程位置", width = 15)
  55. @ApiModelProperty(value = "工程位置")
  56. private String gcwz;
  57. /**涉及河段*/
  58. @Excel(name = "涉及河段", width = 15)
  59. @ApiModelProperty(value = "涉及河段")
  60. private String sjhd;
  61. /**涉河类型*/
  62. @Excel(name = "涉河类型", width = 15)
  63. @Dict(dicCode = "A02")
  64. @ApiModelProperty(value = "涉河类型")
  65. private String shlx;
  66. /**经度*/
  67. @Excel(name = "经度", width = 15)
  68. @ApiModelProperty(value = "经度")
  69. private String jd;
  70. /**纬度*/
  71. @Excel(name = "纬度", width = 15)
  72. @ApiModelProperty(value = "纬度")
  73. private String wd;
  74. /**工程布置简况*/
  75. @Excel(name = "工程布置简况", width = 15)
  76. @ApiModelProperty(value = "工程布置简况")
  77. private String gcbzqk;
  78. /**建设状态*/
  79. @Excel(name = "建设状态", width = 15)
  80. @Dict(dicCode = "gcjsqk")
  81. @ApiModelProperty(value = "建设状态")
  82. private String jszt;
  83. /**工期开始日期*/
  84. @Excel(name = "工期开始日期", width = 15, format = "yyyy-MM-dd")
  85. @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
  86. @DateTimeFormat(pattern="yyyy-MM-dd")
  87. @ApiModelProperty(value = "工期开始日期")
  88. private Date gqksrq;
  89. /**工期结束日期*/
  90. @Excel(name = "工期结束日期", width = 15, format = "yyyy-MM-dd")
  91. @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
  92. @DateTimeFormat(pattern="yyyy-MM-dd")
  93. @ApiModelProperty(value = "工期结束日期")
  94. private Date gqjsrq;
  95. /**河道岸线利用情况*/
  96. @Excel(name = "河道岸线利用情况", width = 15)
  97. @ApiModelProperty(value = "河道岸线利用情况")
  98. private String hdaxlyqk;
  99. /**河道岸线占用长度*/
  100. @Excel(name = "河道岸线占用长度", width = 15)
  101. @ApiModelProperty(value = "河道岸线占用长度")
  102. private String hdaxzycd;
  103. /**河道岸线占用面积*/
  104. @Excel(name = "河道岸线占用面积", width = 15)
  105. @ApiModelProperty(value = "河道岸线占用面积")
  106. private String hdaxzymj;
  107. /**占用河道管理范围情况*/
  108. @Excel(name = "占用河道管理范围情况", width = 15)
  109. @ApiModelProperty(value = "占用河道管理范围情况")
  110. private String zyhdglfw;
  111. /**建设期临时设施情况*/
  112. @Excel(name = "建设期临时设施情况", width = 15)
  113. @ApiModelProperty(value = "建设期临时设施情况")
  114. private String jsqlsssqk;
  115. /**现场联系人*/
  116. @Excel(name = "现场联系人", width = 15)
  117. @ApiModelProperty(value = "现场联系人")
  118. private String xclxr;
  119. /**电话*/
  120. @Excel(name = "电话", width = 15)
  121. @ApiModelProperty(value = "电话")
  122. private String dh;
  123. /**其他*/
  124. @Excel(name = "其他", width = 15)
  125. @ApiModelProperty(value = "其他")
  126. private String qt;
  127. /**主键*/
  128. @ApiModelProperty(value = "主键")
  129. private String mainId;
  130. /**geoinfo*/
  131. @Excel(name = "geoinfo", width = 15)
  132. @ApiModelProperty(value = "geoinfo")
  133. private String geoinfo;
  134. }