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
c494f7b5
Commit
c494f7b5
authored
Jan 21, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
b6aedefe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
WaterResourceDto.java
...oin/amos/boot/module/common/api/dto/WaterResourceDto.java
+9
-9
WaterResourceHydrant.java
...s/boot/module/common/api/entity/WaterResourceHydrant.java
+1
-1
WaterResourceNatural.java
...s/boot/module/common/api/entity/WaterResourceNatural.java
+3
-3
WaterResourcePool.java
...amos/boot/module/common/api/entity/WaterResourcePool.java
+4
-4
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 @
c494f7b5
...
@@ -151,7 +151,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -151,7 +151,7 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"高度(cm)"
,
index
=
11
)
@ExcelProperty
(
value
=
"高度(cm)"
,
index
=
11
)
@ApiModelProperty
(
value
=
"高度(cm)"
)
@ApiModelProperty
(
value
=
"高度(cm)"
)
private
F
loat
height
;
private
f
loat
height
;
@ExcelIgnore
@ExcelIgnore
@ApiModelProperty
(
value
=
"水源可用状态类别代码"
)
@ApiModelProperty
(
value
=
"水源可用状态类别代码"
)
...
@@ -181,15 +181,15 @@ public class WaterResourceDto extends BaseDto {
...
@@ -181,15 +181,15 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"管网直径(cm)"
,
index
=
16
)
@ExcelProperty
(
value
=
"管网直径(cm)"
,
index
=
16
)
@ApiModelProperty
(
value
=
"管网直径(cm)"
)
@ApiModelProperty
(
value
=
"管网直径(cm)"
)
private
F
loat
pipeDiameter
;
private
f
loat
pipeDiameter
;
@ExcelProperty
(
value
=
"进水管直径(cm)"
,
index
=
17
)
@ExcelProperty
(
value
=
"进水管直径(cm)"
,
index
=
17
)
@ApiModelProperty
(
value
=
"进水管直径(cm)"
)
@ApiModelProperty
(
value
=
"进水管直径(cm)"
)
private
F
loat
inletPipeDiameter
;
private
f
loat
inletPipeDiameter
;
@ExcelProperty
(
value
=
"出水管直径(cm)"
,
index
=
18
)
@ExcelProperty
(
value
=
"出水管直径(cm)"
,
index
=
18
)
@ApiModelProperty
(
value
=
"出水管直径(cm)"
)
@ApiModelProperty
(
value
=
"出水管直径(cm)"
)
private
F
loat
outletPipeDiameter
;
private
f
loat
outletPipeDiameter
;
@ExcelProperty
(
value
=
"加水车道数量(个)"
,
index
=
19
)
@ExcelProperty
(
value
=
"加水车道数量(个)"
,
index
=
19
)
@ApiModelProperty
(
value
=
"加水车道数量(个)"
)
@ApiModelProperty
(
value
=
"加水车道数量(个)"
)
...
@@ -254,11 +254,11 @@ public class WaterResourceDto extends BaseDto {
...
@@ -254,11 +254,11 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"容积(m³)"
,
index
=
28
)
@ExcelProperty
(
value
=
"容积(m³)"
,
index
=
28
)
@ApiModelProperty
(
value
=
"容积(m³)"
)
@ApiModelProperty
(
value
=
"容积(m³)"
)
private
F
loat
volume
;
private
f
loat
volume
;
@ExcelProperty
(
value
=
"面积(㎡)"
,
index
=
29
)
@ExcelProperty
(
value
=
"面积(㎡)"
,
index
=
29
)
@ApiModelProperty
(
value
=
"面积(㎡)"
)
@ApiModelProperty
(
value
=
"面积(㎡)"
)
private
F
loat
area
;
private
f
loat
area
;
@ExcelProperty
(
value
=
"水质情况"
,
index
=
30
)
@ExcelProperty
(
value
=
"水质情况"
,
index
=
30
)
@ApiModelProperty
(
value
=
"水质情况"
)
@ApiModelProperty
(
value
=
"水质情况"
)
...
@@ -285,11 +285,11 @@ public class WaterResourceDto extends BaseDto {
...
@@ -285,11 +285,11 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"取水高度(cm)"
,
index
=
34
)
@ExcelProperty
(
value
=
"取水高度(cm)"
,
index
=
34
)
@ApiModelProperty
(
value
=
"取水高度(cm)"
)
@ApiModelProperty
(
value
=
"取水高度(cm)"
)
private
F
loat
intakeHeight
;
private
f
loat
intakeHeight
;
@ExcelProperty
(
value
=
"水源标高差(cm)"
,
index
=
35
)
@ExcelProperty
(
value
=
"水源标高差(cm)"
,
index
=
35
)
@ApiModelProperty
(
value
=
"水源标高差(cm)"
)
@ApiModelProperty
(
value
=
"水源标高差(cm)"
)
private
F
loat
elevationDifference
;
private
f
loat
elevationDifference
;
@ExcelProperty
(
value
=
"停车位置"
,
index
=
36
)
@ExcelProperty
(
value
=
"停车位置"
,
index
=
36
)
@ApiModelProperty
(
value
=
"停车位置"
)
@ApiModelProperty
(
value
=
"停车位置"
)
...
@@ -297,7 +297,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -297,7 +297,7 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"停车数量(个)"
,
index
=
37
)
@ExcelProperty
(
value
=
"停车数量(个)"
,
index
=
37
)
@ApiModelProperty
(
value
=
"停车数量(个)"
)
@ApiModelProperty
(
value
=
"停车数量(个)"
)
private
Integer
parkingNum
;
private
int
parkingNum
;
// 物联参数改为动态加载,原先字段作废,字段做隐藏
// 物联参数改为动态加载,原先字段作废,字段做隐藏
@ExcelIgnore
@ExcelIgnore
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/entity/WaterResourceHydrant.java
View file @
c494f7b5
...
@@ -106,7 +106,7 @@ public class WaterResourceHydrant extends BaseEntity {
...
@@ -106,7 +106,7 @@ public class WaterResourceHydrant extends BaseEntity {
* 官网直径(cm)
* 官网直径(cm)
*/
*/
@TableField
(
"pipe_diameter"
)
@TableField
(
"pipe_diameter"
)
private
F
loat
pipeDiameter
;
private
f
loat
pipeDiameter
;
/**
/**
* 供水单位名称
* 供水单位名称
*/
*/
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/entity/WaterResourceNatural.java
View file @
c494f7b5
...
@@ -31,7 +31,7 @@ public class WaterResourceNatural extends BaseEntity {
...
@@ -31,7 +31,7 @@ public class WaterResourceNatural extends BaseEntity {
* 高度(cm)
* 高度(cm)
*/
*/
@TableField
(
"height"
)
@TableField
(
"height"
)
private
F
loat
height
;
private
f
loat
height
;
/**
/**
* 水源类型代码
* 水源类型代码
*/
*/
...
@@ -46,12 +46,12 @@ public class WaterResourceNatural extends BaseEntity {
...
@@ -46,12 +46,12 @@ public class WaterResourceNatural extends BaseEntity {
* 容积(m³)
* 容积(m³)
*/
*/
@TableField
(
"volume"
)
@TableField
(
"volume"
)
private
F
loat
volume
;
private
f
loat
volume
;
/**
/**
* 面积(㎡)
* 面积(㎡)
*/
*/
@TableField
(
"area"
)
@TableField
(
"area"
)
private
F
loat
area
;
private
f
loat
area
;
/**
/**
* 水质情况
* 水质情况
*/
*/
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/entity/WaterResourcePool.java
View file @
c494f7b5
...
@@ -31,7 +31,7 @@ public class WaterResourcePool extends BaseEntity {
...
@@ -31,7 +31,7 @@ public class WaterResourcePool extends BaseEntity {
* 容积(m³)
* 容积(m³)
*/
*/
@TableField
(
"volume"
)
@TableField
(
"volume"
)
private
F
loat
volume
;
private
f
loat
volume
;
/**
/**
* 水源可用状态类别代码
* 水源可用状态类别代码
*/
*/
...
@@ -56,12 +56,12 @@ public class WaterResourcePool extends BaseEntity {
...
@@ -56,12 +56,12 @@ public class WaterResourcePool extends BaseEntity {
* 取水高度(cm)
* 取水高度(cm)
*/
*/
@TableField
(
"intake_height"
)
@TableField
(
"intake_height"
)
private
F
loat
intakeHeight
;
private
f
loat
intakeHeight
;
/**
/**
* 水源标高差(cm)
* 水源标高差(cm)
*/
*/
@TableField
(
"elevation_difference"
)
@TableField
(
"elevation_difference"
)
private
F
loat
elevationDifference
;
private
f
loat
elevationDifference
;
/**
/**
* 停车位置
* 停车位置
*/
*/
...
@@ -71,7 +71,7 @@ public class WaterResourcePool extends BaseEntity {
...
@@ -71,7 +71,7 @@ public class WaterResourcePool extends BaseEntity {
* 停车数量(个)
* 停车数量(个)
*/
*/
@TableField
(
"parking_num"
)
@TableField
(
"parking_num"
)
private
Integer
parkingNum
;
private
int
parkingNum
;
/**
/**
* 消防给水管网形式类型代码
* 消防给水管网形式类型代码
*/
*/
...
...
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