Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
827f2939
Commit
827f2939
authored
Nov 01, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导出
parent
469a1ecb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
WaterResourceDto.java
...oin/amos/boot/module/common/api/dto/WaterResourceDto.java
+13
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/WaterResourceDto.java
View file @
827f2939
...
@@ -2,6 +2,8 @@ package com.yeejoin.amos.boot.module.common.api.dto;
...
@@ -2,6 +2,8 @@ package com.yeejoin.amos.boot.module.common.api.dto;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.alibaba.excel.annotation.format.DateTimeFormat
;
import
com.alibaba.excel.annotation.format.NumberFormat
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.module.common.api.excel.CommonExplicitConstraint
;
import
com.yeejoin.amos.boot.module.common.api.excel.CommonExplicitConstraint
;
...
@@ -92,6 +94,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -92,6 +94,7 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"启用日期"
,
index
=
8
)
@ExcelProperty
(
value
=
"启用日期"
,
index
=
8
)
@ApiModelProperty
(
value
=
"启用日期"
)
@ApiModelProperty
(
value
=
"启用日期"
)
@DateTimeFormat
(
"yyyy-MM-dd"
)
private
Date
enableDate
;
private
Date
enableDate
;
@ExcelIgnore
@ExcelIgnore
...
@@ -152,6 +155,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -152,6 +155,7 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"高度(cm)"
,
index
=
11
)
@ExcelProperty
(
value
=
"高度(cm)"
,
index
=
11
)
@ApiModelProperty
(
value
=
"高度(cm)"
)
@ApiModelProperty
(
value
=
"高度(cm)"
)
@NumberFormat
(
"#.##"
)
private
float
height
;
private
float
height
;
@ExcelIgnore
@ExcelIgnore
...
@@ -182,14 +186,17 @@ public class WaterResourceDto extends BaseDto {
...
@@ -182,14 +186,17 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"管网直径(cm)"
,
index
=
16
)
@ExcelProperty
(
value
=
"管网直径(cm)"
,
index
=
16
)
@ApiModelProperty
(
value
=
"管网直径(cm)"
)
@ApiModelProperty
(
value
=
"管网直径(cm)"
)
@NumberFormat
(
"#.##"
)
private
float
pipeDiameter
;
private
float
pipeDiameter
;
@ExcelProperty
(
value
=
"进水管直径(cm)"
,
index
=
17
)
@ExcelProperty
(
value
=
"进水管直径(cm)"
,
index
=
17
)
@ApiModelProperty
(
value
=
"进水管直径(cm)"
)
@ApiModelProperty
(
value
=
"进水管直径(cm)"
)
@NumberFormat
(
"#.##"
)
private
float
inletPipeDiameter
;
private
float
inletPipeDiameter
;
@ExcelProperty
(
value
=
"出水管直径(cm)"
,
index
=
18
)
@ExcelProperty
(
value
=
"出水管直径(cm)"
,
index
=
18
)
@ApiModelProperty
(
value
=
"出水管直径(cm)"
)
@ApiModelProperty
(
value
=
"出水管直径(cm)"
)
@NumberFormat
(
"#.##"
)
private
float
outletPipeDiameter
;
private
float
outletPipeDiameter
;
@ExcelProperty
(
value
=
"加水车道数量(个)"
,
index
=
19
)
@ExcelProperty
(
value
=
"加水车道数量(个)"
,
index
=
19
)
...
@@ -255,10 +262,12 @@ public class WaterResourceDto extends BaseDto {
...
@@ -255,10 +262,12 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"容积(m³)"
,
index
=
28
)
@ExcelProperty
(
value
=
"容积(m³)"
,
index
=
28
)
@ApiModelProperty
(
value
=
"容积(m³)"
)
@ApiModelProperty
(
value
=
"容积(m³)"
)
@NumberFormat
(
"#.##"
)
private
float
volume
;
private
float
volume
;
@ExcelProperty
(
value
=
"面积(㎡)"
,
index
=
29
)
@ExcelProperty
(
value
=
"面积(㎡)"
,
index
=
29
)
@ApiModelProperty
(
value
=
"面积(㎡)"
)
@ApiModelProperty
(
value
=
"面积(㎡)"
)
@NumberFormat
(
"#.##"
)
private
float
area
;
private
float
area
;
@ExcelProperty
(
value
=
"水质情况"
,
index
=
30
)
@ExcelProperty
(
value
=
"水质情况"
,
index
=
30
)
...
@@ -286,10 +295,12 @@ public class WaterResourceDto extends BaseDto {
...
@@ -286,10 +295,12 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"取水高度(cm)"
,
index
=
34
)
@ExcelProperty
(
value
=
"取水高度(cm)"
,
index
=
34
)
@ApiModelProperty
(
value
=
"取水高度(cm)"
)
@ApiModelProperty
(
value
=
"取水高度(cm)"
)
@NumberFormat
(
"#.##"
)
private
float
intakeHeight
;
private
float
intakeHeight
;
@ExcelProperty
(
value
=
"水源标高差(cm)"
,
index
=
35
)
@ExcelProperty
(
value
=
"水源标高差(cm)"
,
index
=
35
)
@ApiModelProperty
(
value
=
"水源标高差(cm)"
)
@ApiModelProperty
(
value
=
"水源标高差(cm)"
)
@NumberFormat
(
"#.##"
)
private
float
elevationDifference
;
private
float
elevationDifference
;
@ExcelProperty
(
value
=
"停车位置"
,
index
=
36
)
@ExcelProperty
(
value
=
"停车位置"
,
index
=
36
)
...
@@ -374,10 +385,12 @@ public class WaterResourceDto extends BaseDto {
...
@@ -374,10 +385,12 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"最低报警水位(m)"
,
index
=
43
)
@ExcelProperty
(
value
=
"最低报警水位(m)"
,
index
=
43
)
@ApiModelProperty
(
value
=
"最低报警水位(m)"
)
@ApiModelProperty
(
value
=
"最低报警水位(m)"
)
@NumberFormat
(
"#.##"
)
private
float
minWaterLevel
;
private
float
minWaterLevel
;
@ExcelProperty
(
value
=
"最高报警水位(m)"
,
index
=
44
)
@ExcelProperty
(
value
=
"最高报警水位(m)"
,
index
=
44
)
@ApiModelProperty
(
value
=
"最高报警水位(m)"
)
@ApiModelProperty
(
value
=
"最高报警水位(m)"
)
@NumberFormat
(
"#.##"
)
private
float
maxWaterLevel
;
private
float
maxWaterLevel
;
@ExcelIgnore
@ExcelIgnore
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment