aa359327cef4f40e236b526e0e10d2ba1d16f58d.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  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_axshgczyzbb")
  23. @ApiModel(value="rm_axshgczyzbb对象", description="涉河工程主要指标表")
  24. public class RmAxshgczyzbb 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, dicCode = "id",dictTable = "sys_category",dicText = "name")
  55. @Dict(dicCode = "id",dictTable = "sys_category",dicText = "name")
  56. @ApiModelProperty(value = "涉河类型")
  57. private String shlx;
  58. /**跨越方式*/
  59. @Excel(name = "跨越方式", width = 15)
  60. @ApiModelProperty(value = "跨越方式")
  61. private String kyfs;
  62. /**单孔跨径(m)*/
  63. @Excel(name = "单孔跨径(m)", width = 15)
  64. @ApiModelProperty(value = "单孔跨径(m)")
  65. private String dkkj;
  66. /**桥梁孔数*/
  67. @Excel(name = "桥梁孔数", width = 15)
  68. @ApiModelProperty(value = "桥梁孔数")
  69. private String qlks;
  70. /**桥总长、宽(m)*/
  71. @Excel(name = "桥总长、宽(m)", width = 15)
  72. @ApiModelProperty(value = "桥总长、宽(m)")
  73. private String qzck;
  74. /**桥面高程(m)*/
  75. @Excel(name = "桥面高程(m)", width = 15)
  76. @ApiModelProperty(value = "桥面高程(m)")
  77. private String qmgc;
  78. /**梁底高程(m)*/
  79. @Excel(name = "梁底高程(m)", width = 15)
  80. @ApiModelProperty(value = "梁底高程(m)")
  81. private String ldgc;
  82. /**堤(岸)顶与梁底净空长度(m)*/
  83. @Excel(name = "堤(岸)顶与梁底净空长度(m)", width = 15)
  84. @ApiModelProperty(value = "堤(岸)顶与梁底净空长度(m)")
  85. private String dadyldjkgd;
  86. /**路基、桥台等占用长度(m)*/
  87. @Excel(name = "路基、桥台等占用长度(m)", width = 15)
  88. @ApiModelProperty(value = "路基、桥台等占用长度(m)")
  89. private String ljqtdzycd;
  90. /**桥梁轴线与河道轴线夹角*/
  91. @Excel(name = "桥梁轴线与河道轴线夹角", width = 15)
  92. @ApiModelProperty(value = "桥梁轴线与河道轴线夹角")
  93. private String qlzxyhdzxjj;
  94. /**桥墩轴线与河道轴线夹角*/
  95. @Excel(name = "桥墩轴线与河道轴线夹角", width = 15)
  96. @ApiModelProperty(value = "桥墩轴线与河道轴线夹角")
  97. private String qdzxyhdzxjj;
  98. /**其他*/
  99. @Excel(name = "其他", width = 15)
  100. @ApiModelProperty(value = "其他")
  101. private String qta;
  102. /**线路与河道夹角*/
  103. @Excel(name = "线路与河道夹角", width = 15)
  104. @ApiModelProperty(value = "线路与河道夹角")
  105. private String xlyhdjj;
  106. /**塔基名称*/
  107. @Excel(name = "塔基名称", width = 15)
  108. @ApiModelProperty(value = "塔基名称")
  109. private String tjmc;
  110. /**经度*/
  111. @Excel(name = "经度", width = 15)
  112. @ApiModelProperty(value = "经度")
  113. private String jd;
  114. /**纬度*/
  115. @Excel(name = "纬度", width = 15)
  116. @ApiModelProperty(value = "纬度")
  117. private String wd;
  118. /**塔基(线杆)与管理范围线垂直距离(m)*/
  119. @Excel(name = "塔基(线杆)与管理范围线垂直距离(m)", width = 15)
  120. @ApiModelProperty(value = "塔基(线杆)与管理范围线垂直距离(m)")
  121. private String tjxgyglfwxczjl;
  122. /**滩地内塔基(线杆)与迎水坡坡脚垂直距离(m)*/
  123. @Excel(name = "滩地内塔基(线杆)与迎水坡坡脚垂直距离(m)", width = 15)
  124. @ApiModelProperty(value = "滩地内塔基(线杆)与迎水坡坡脚垂直距离(m)")
  125. private String tdntjxgyysppjcjjl;
  126. /**线路弧垂与堤(岸)顶距离(m)*/
  127. @Excel(name = "线路弧垂与堤(岸)顶距离(m)", width = 15)
  128. @ApiModelProperty(value = "线路弧垂与堤(岸)顶距离(m)")
  129. private String xlhcydadjl;
  130. /**其他*/
  131. @Excel(name = "其他", width = 15)
  132. @ApiModelProperty(value = "其他")
  133. private String qtb;
  134. /**与河道夹角*/
  135. @Excel(name = "与河道夹角", width = 15)
  136. @ApiModelProperty(value = "与河道夹角")
  137. private String yhdjj;
  138. /**穿越水平长度(m)*/
  139. @Excel(name = "穿越水平长度(m)", width = 15)
  140. @ApiModelProperty(value = "穿越水平长度(m)")
  141. private String cyspcd;
  142. /**冲刷线以下埋深(m)*/
  143. @Excel(name = "冲刷线以下埋深(m)", width = 15)
  144. @ApiModelProperty(value = "冲刷线以下埋深(m)")
  145. private String csxyxms;
  146. /**水平段管顶高程(m)*/
  147. @Excel(name = "水平段管顶高程(m)", width = 15)
  148. @ApiModelProperty(value = "水平段管顶高程(m)")
  149. private String spdgdgc;
  150. /**入土(起)点横坐标*/
  151. @Excel(name = "入土(起)点横坐标", width = 15)
  152. @ApiModelProperty(value = "入土(起)点横坐标")
  153. private Double rtqdhzb;
  154. /**入土(起)点纵坐标*/
  155. @Excel(name = "入土(起)点纵坐标", width = 15)
  156. @ApiModelProperty(value = "入土(起)点纵坐标")
  157. private Double rtqdzzb;
  158. /**出土(止)点横坐标*/
  159. @Excel(name = "出土(止)点横坐标", width = 15)
  160. @ApiModelProperty(value = "出土(止)点横坐标")
  161. private Double ctzdhzb;
  162. /**出土(止)点纵坐标*/
  163. @Excel(name = "出土(止)点纵坐标", width = 15)
  164. @ApiModelProperty(value = "出土(止)点纵坐标")
  165. private Double ctzdzzb;
  166. /**入土点与管理范围线垂直距离(m)*/
  167. @Excel(name = "入土点与管理范围线垂直距离(m)", width = 15)
  168. @ApiModelProperty(value = "入土点与管理范围线垂直距离(m)")
  169. private String rtdyglfwxczjl;
  170. /**出土点与管理范围线垂直距离(m)*/
  171. @Excel(name = "出土点与管理范围线垂直距离(m)", width = 15)
  172. @ApiModelProperty(value = "出土点与管理范围线垂直距离(m)")
  173. private String ctdyglfwxczjl;
  174. /**水平段管顶高程(m)*/
  175. @Excel(name = "水平段管顶高程(m)", width = 15)
  176. @ApiModelProperty(value = "水平段管顶高程(m)")
  177. private String spdgdgca;
  178. /**水平段管底高程(m)*/
  179. @Excel(name = "水平段管底高程(m)", width = 15)
  180. @ApiModelProperty(value = "水平段管底高程(m)")
  181. private String spdgdgcb;
  182. /**管顶上敷土厚度(m)*/
  183. @Excel(name = "管顶上敷土厚度(m)", width = 15)
  184. @ApiModelProperty(value = "管顶上敷土厚度(m)")
  185. private String gdsfthd;
  186. /**管(孔)径(m)*/
  187. @Excel(name = "管(孔)径(m)", width = 15)
  188. @ApiModelProperty(value = "管(孔)径(m)")
  189. private String gkj;
  190. /**穿堤水平长度(m)*/
  191. @Excel(name = "穿堤水平长度(m)", width = 15)
  192. @ApiModelProperty(value = "穿堤水平长度(m)")
  193. private String cdspcd;
  194. /**管(孔)数*/
  195. @Excel(name = "管(孔)数", width = 15)
  196. @ApiModelProperty(value = "管(孔)数")
  197. private Integer gks;
  198. /**类型*/
  199. @Excel(name = "类型", width = 15)
  200. @ApiModelProperty(value = "类型")
  201. private String lx;
  202. /**与水流夹角*/
  203. @Excel(name = "与水流夹角", width = 15)
  204. @ApiModelProperty(value = "与水流夹角")
  205. private String ysljj;
  206. /**梁板底(前沿顶)高程(m)*/
  207. @Excel(name = "梁板底(前沿顶)高程(m)", width = 15)
  208. @ApiModelProperty(value = "梁板底(前沿顶)高程(m)")
  209. private String lbdqyd;
  210. /**码头临水宽度(m)*/
  211. @Excel(name = "码头临水宽度(m)", width = 15)
  212. @ApiModelProperty(value = "码头临水宽度(m)")
  213. private String mtlskd;
  214. /**通行路面高程(m)*/
  215. @Excel(name = "通行路面高程(m)", width = 15)
  216. @ApiModelProperty(value = "通行路面高程(m)")
  217. private String txlmgc;
  218. /**道路宽度(m)*/
  219. @Excel(name = "道路宽度(m)", width = 15)
  220. @ApiModelProperty(value = "道路宽度(m)")
  221. private String dlkd;
  222. /**道路类型*/
  223. @Excel(name = "道路类型", width = 15)
  224. @ApiModelProperty(value = "道路类型")
  225. private String dllx;
  226. /**公路级别*/
  227. @Excel(name = "公路级别", width = 15)
  228. @ApiModelProperty(value = "公路级别")
  229. private String gljb;
  230. /**路基基底高程(m)*/
  231. @Excel(name = "路基基底高程(m)", width = 15)
  232. @ApiModelProperty(value = "路基基底高程(m)")
  233. private String ljjdgc;
  234. /**路面高程(m)*/
  235. @Excel(name = "路面高程(m)", width = 15)
  236. @ApiModelProperty(value = "路面高程(m)")
  237. private String lmgc;
  238. /**路宽(m)*/
  239. @Excel(name = "路宽(m)", width = 15)
  240. @ApiModelProperty(value = "路宽(m)")
  241. private String lk;
  242. /**是否漫水道路*/
  243. @Excel(name = "是否漫水道路", width = 15)
  244. @ApiModelProperty(value = "是否漫水道路")
  245. private String sfmsdl;
  246. /**地面高程(m)*/
  247. @Excel(name = "地面高程(m)", width = 15)
  248. @ApiModelProperty(value = "地面高程(m)")
  249. private String dmgc;
  250. /**道路高程(m)*/
  251. @Excel(name = "道路高程(m)", width = 15)
  252. @ApiModelProperty(value = "道路高程(m)")
  253. private String dlgc;
  254. /**栈道高程(m)*/
  255. @Excel(name = "栈道高程(m)", width = 15)
  256. @ApiModelProperty(value = "栈道高程(m)")
  257. private String zdgc;
  258. /**绿化面积(m)*/
  259. @Excel(name = "绿化面积(m)", width = 15)
  260. @ApiModelProperty(value = "绿化面积(m)")
  261. private String lhmj;
  262. /**永久性(构)建筑物情况*/
  263. @Excel(name = "永久性(构)建筑物情况", width = 15)
  264. @ApiModelProperty(value = "永久性(构)建筑物情况")
  265. private String yjxgjzwqk;
  266. /**临时设施情况*/
  267. @Excel(name = "临时设施情况", width = 15)
  268. @ApiModelProperty(value = "临时设施情况")
  269. private String lsssqk;
  270. /**其他*/
  271. @Excel(name = "其他", width = 15)
  272. @ApiModelProperty(value = "其他")
  273. private String qtc;
  274. /**坝(闸)类型*/
  275. @Excel(name = "坝(闸)类型", width = 15)
  276. @ApiModelProperty(value = "坝(闸)类型")
  277. private String bzlx;
  278. /**设计蓄水位*/
  279. @Excel(name = "设计蓄水位", width = 15)
  280. @ApiModelProperty(value = "设计蓄水位")
  281. private String sjxsw;
  282. /**坝(闸)顶高程*/
  283. @Excel(name = "坝(闸)顶高程", width = 15)
  284. @ApiModelProperty(value = "坝(闸)顶高程")
  285. private String bzdgca;
  286. /**坝(闸)底高程*/
  287. @Excel(name = "坝(闸)底高程", width = 15)
  288. @ApiModelProperty(value = "坝(闸)底高程")
  289. private String bzdgcb;
  290. /**坝(闸)总宽*/
  291. @Excel(name = "坝(闸)总宽", width = 15)
  292. @ApiModelProperty(value = "坝(闸)总宽")
  293. private String bzzk;
  294. /**闸孔数*/
  295. @Excel(name = "闸孔数", width = 15)
  296. @ApiModelProperty(value = "闸孔数")
  297. private String zks;
  298. /**闸净宽*/
  299. @Excel(name = "闸净宽", width = 15)
  300. @ApiModelProperty(value = "闸净宽")
  301. private Integer zjk;
  302. /**防洪流量*/
  303. @Excel(name = "防洪流量", width = 15)
  304. @ApiModelProperty(value = "防洪流量")
  305. private String fhll;
  306. /**其他*/
  307. @Excel(name = "其他", width = 15)
  308. @ApiModelProperty(value = "其他")
  309. private String qt;
  310. /**主键*/
  311. @ApiModelProperty(value = "主键")
  312. private String mainId;
  313. /**geoinfo*/
  314. @ApiModelProperty(value = "geoinfo")
  315. private String geoinfo;
  316. }