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
2730c707
Commit
2730c707
authored
Nov 29, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改实体类 属性
parent
bea21275
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
24 deletions
+25
-24
WaterResourceDto.java
...oin/amos/boot/module/common/api/dto/WaterResourceDto.java
+11
-11
WaterResourceCrane.java
...mos/boot/module/common/api/entity/WaterResourceCrane.java
+4
-4
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
+5
-5
FirefightersController.java
...oot/module/jcs/biz/controller/FirefightersController.java
+1
-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 @
2730c707
...
@@ -155,7 +155,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -155,7 +155,7 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"高度(cm)"
,
index
=
11
)
@ExcelProperty
(
value
=
"高度(cm)"
,
index
=
11
)
@ApiModelProperty
(
value
=
"高度(cm)"
)
@ApiModelProperty
(
value
=
"高度(cm)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
height
;
private
F
loat
height
;
@ExcelIgnore
@ExcelIgnore
@ApiModelProperty
(
value
=
"水源可用状态类别代码"
)
@ApiModelProperty
(
value
=
"水源可用状态类别代码"
)
...
@@ -186,17 +186,17 @@ public class WaterResourceDto extends BaseDto {
...
@@ -186,17 +186,17 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"管网直径(cm)"
,
index
=
16
)
@ExcelProperty
(
value
=
"管网直径(cm)"
,
index
=
16
)
@ApiModelProperty
(
value
=
"管网直径(cm)"
)
@ApiModelProperty
(
value
=
"管网直径(cm)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
pipeDiameter
;
private
F
loat
pipeDiameter
;
@ExcelProperty
(
value
=
"进水管直径(cm)"
,
index
=
17
)
@ExcelProperty
(
value
=
"进水管直径(cm)"
,
index
=
17
)
@ApiModelProperty
(
value
=
"进水管直径(cm)"
)
@ApiModelProperty
(
value
=
"进水管直径(cm)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
inletPipeDiameter
;
private
F
loat
inletPipeDiameter
;
@ExcelProperty
(
value
=
"出水管直径(cm)"
,
index
=
18
)
@ExcelProperty
(
value
=
"出水管直径(cm)"
,
index
=
18
)
@ApiModelProperty
(
value
=
"出水管直径(cm)"
)
@ApiModelProperty
(
value
=
"出水管直径(cm)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
outletPipeDiameter
;
private
F
loat
outletPipeDiameter
;
@ExcelProperty
(
value
=
"加水车道数量(个)"
,
index
=
19
)
@ExcelProperty
(
value
=
"加水车道数量(个)"
,
index
=
19
)
@ApiModelProperty
(
value
=
"加水车道数量(个)"
)
@ApiModelProperty
(
value
=
"加水车道数量(个)"
)
...
@@ -262,12 +262,12 @@ public class WaterResourceDto extends BaseDto {
...
@@ -262,12 +262,12 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"容积(m³)"
,
index
=
28
)
@ExcelProperty
(
value
=
"容积(m³)"
,
index
=
28
)
@ApiModelProperty
(
value
=
"容积(m³)"
)
@ApiModelProperty
(
value
=
"容积(m³)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
volume
;
private
F
loat
volume
;
@ExcelProperty
(
value
=
"面积(㎡)"
,
index
=
29
)
@ExcelProperty
(
value
=
"面积(㎡)"
,
index
=
29
)
@ApiModelProperty
(
value
=
"面积(㎡)"
)
@ApiModelProperty
(
value
=
"面积(㎡)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
area
;
private
F
loat
area
;
@ExcelProperty
(
value
=
"水质情况"
,
index
=
30
)
@ExcelProperty
(
value
=
"水质情况"
,
index
=
30
)
@ApiModelProperty
(
value
=
"水质情况"
)
@ApiModelProperty
(
value
=
"水质情况"
)
...
@@ -295,12 +295,12 @@ public class WaterResourceDto extends BaseDto {
...
@@ -295,12 +295,12 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"取水高度(cm)"
,
index
=
34
)
@ExcelProperty
(
value
=
"取水高度(cm)"
,
index
=
34
)
@ApiModelProperty
(
value
=
"取水高度(cm)"
)
@ApiModelProperty
(
value
=
"取水高度(cm)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
intakeHeight
;
private
F
loat
intakeHeight
;
@ExcelProperty
(
value
=
"水源标高差(cm)"
,
index
=
35
)
@ExcelProperty
(
value
=
"水源标高差(cm)"
,
index
=
35
)
@ApiModelProperty
(
value
=
"水源标高差(cm)"
)
@ApiModelProperty
(
value
=
"水源标高差(cm)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
elevationDifference
;
private
F
loat
elevationDifference
;
@ExcelProperty
(
value
=
"停车位置"
,
index
=
36
)
@ExcelProperty
(
value
=
"停车位置"
,
index
=
36
)
@ApiModelProperty
(
value
=
"停车位置"
)
@ApiModelProperty
(
value
=
"停车位置"
)
...
@@ -308,7 +308,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -308,7 +308,7 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"停车数量(个)"
,
index
=
37
)
@ExcelProperty
(
value
=
"停车数量(个)"
,
index
=
37
)
@ApiModelProperty
(
value
=
"停车数量(个)"
)
@ApiModelProperty
(
value
=
"停车数量(个)"
)
private
int
parkingNum
;
private
Integer
parkingNum
;
// 物联参数改为动态加载,原先字段作废,字段做隐藏
// 物联参数改为动态加载,原先字段作废,字段做隐藏
@ExcelIgnore
@ExcelIgnore
...
@@ -385,12 +385,12 @@ public class WaterResourceDto extends BaseDto {
...
@@ -385,12 +385,12 @@ public class WaterResourceDto extends BaseDto {
@ExcelProperty
(
value
=
"最低报警水位(m)"
,
index
=
43
)
@ExcelProperty
(
value
=
"最低报警水位(m)"
,
index
=
43
)
@ApiModelProperty
(
value
=
"最低报警水位(m)"
)
@ApiModelProperty
(
value
=
"最低报警水位(m)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
minWaterLevel
;
private
F
loat
minWaterLevel
;
@ExcelProperty
(
value
=
"最高报警水位(m)"
,
index
=
44
)
@ExcelProperty
(
value
=
"最高报警水位(m)"
,
index
=
44
)
@ApiModelProperty
(
value
=
"最高报警水位(m)"
)
@ApiModelProperty
(
value
=
"最高报警水位(m)"
)
@NumberFormat
(
"#.##"
)
@NumberFormat
(
"#.##"
)
private
f
loat
maxWaterLevel
;
private
F
loat
maxWaterLevel
;
@ExcelIgnore
@ExcelIgnore
@ApiModelProperty
(
"水池液位显示装置id"
)
@ApiModelProperty
(
"水池液位显示装置id"
)
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/entity/WaterResourceCrane.java
View file @
2730c707
...
@@ -31,7 +31,7 @@ public class WaterResourceCrane extends BaseEntity {
...
@@ -31,7 +31,7 @@ public class WaterResourceCrane extends BaseEntity {
* 高度(cm)
* 高度(cm)
*/
*/
@TableField
(
"height"
)
@TableField
(
"height"
)
private
f
loat
height
;
private
F
loat
height
;
/**
/**
* 水源可用状态类别代码
* 水源可用状态类别代码
*/
*/
...
@@ -66,17 +66,17 @@ public class WaterResourceCrane extends BaseEntity {
...
@@ -66,17 +66,17 @@ public class WaterResourceCrane extends BaseEntity {
* 官网直径(cm)
* 官网直径(cm)
*/
*/
@TableField
(
"pipe_diameter"
)
@TableField
(
"pipe_diameter"
)
private
f
loat
pipeDiameter
;
private
F
loat
pipeDiameter
;
/**
/**
* 进水管直径(cm)
* 进水管直径(cm)
*/
*/
@TableField
(
"inlet_pipe_diameter"
)
@TableField
(
"inlet_pipe_diameter"
)
private
f
loat
inletPipeDiameter
;
private
F
loat
inletPipeDiameter
;
/**
/**
* 出水管直径(cm)
* 出水管直径(cm)
*/
*/
@TableField
(
"outlet_pipe_diameter"
)
@TableField
(
"outlet_pipe_diameter"
)
private
f
loat
outletPipeDiameter
;
private
F
loat
outletPipeDiameter
;
/**
/**
* 加水车道数量(个)
* 加水车道数量(个)
*/
*/
...
...
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 @
2730c707
...
@@ -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 @
2730c707
...
@@ -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 @
2730c707
...
@@ -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
;
/**
/**
* 停车位置
* 停车位置
*/
*/
...
@@ -92,13 +92,13 @@ public class WaterResourcePool extends BaseEntity {
...
@@ -92,13 +92,13 @@ public class WaterResourcePool extends BaseEntity {
* 最低报警水位
* 最低报警水位
*/
*/
@TableField
(
"min_water_level"
)
@TableField
(
"min_water_level"
)
private
f
loat
minWaterLevel
;
private
F
loat
minWaterLevel
;
/**
/**
* 最高报警水位
* 最高报警水位
*/
*/
@TableField
(
"max_water_level"
)
@TableField
(
"max_water_level"
)
private
f
loat
maxWaterLevel
;
private
F
loat
maxWaterLevel
;
/**
/**
* 水池液位显示装置id
* 水池液位显示装置id
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/src/main/java/com/yeejoin/amos/boot/module/jcs/biz/controller/FirefightersController.java
View file @
2730c707
...
@@ -463,6 +463,7 @@ public class FirefightersController extends BaseController {
...
@@ -463,6 +463,7 @@ public class FirefightersController extends BaseController {
firefighter
.
setEmployeeNumber
(
peopleBasicInfoDto
.
getPersonNumber
());
firefighter
.
setEmployeeNumber
(
peopleBasicInfoDto
.
getPersonNumber
());
firefighter
.
setMobilePhone
(
peopleBasicInfoDto
.
getTelephone
());
firefighter
.
setMobilePhone
(
peopleBasicInfoDto
.
getTelephone
());
firefighter
.
setCertificateNumber
(
peopleBasicInfoDto
.
getCertificatesNumber
());
firefighter
.
setCertificateNumber
(
peopleBasicInfoDto
.
getCertificatesNumber
());
firefighter
.
setPersonnelPhotos
(
peopleBasicInfoDto
.
getPersonImg
());
// BUG2168 居住地户籍所在地为空判断 bykongfm
// BUG2168 居住地户籍所在地为空判断 bykongfm
if
(!
ObjectUtils
.
isEmpty
(
firefighter
.
getResidenceDetailsCode
()))
{
if
(!
ObjectUtils
.
isEmpty
(
firefighter
.
getResidenceDetailsCode
()))
{
FeignClientResult
<
RegionModel
>
region
=
Systemctl
.
regionClient
.
getRegion
(
Long
.
parseLong
(
firefighter
.
getResidenceDetailsCode
()));
FeignClientResult
<
RegionModel
>
region
=
Systemctl
.
regionClient
.
getRegion
(
Long
.
parseLong
(
firefighter
.
getResidenceDetailsCode
()));
...
...
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