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
73283447
Commit
73283447
authored
Oct 09, 2021
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3b103d22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
WaterResourceDto.java
...oin/amos/boot/module/common/api/dto/WaterResourceDto.java
+9
-9
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 @
73283447
...
@@ -65,8 +65,8 @@ public class WaterResourceDto extends BaseDto {
...
@@ -65,8 +65,8 @@ public class WaterResourceDto extends BaseDto {
@ApiModelProperty
(
value
=
"管理单位id"
)
@ApiModelProperty
(
value
=
"管理单位id"
)
private
Long
managementUnitId
;
private
Long
managementUnitId
;
@ExplicitConstraint
(
indexNum
=
5
,
sourceClass
=
CommonExplicitConstraint
.
class
,
method
=
"getCompanyList"
)
@ExplicitConstraint
(
indexNum
=
9
,
sourceClass
=
CommonExplicitConstraint
.
class
,
method
=
"getCompanyList"
)
@ExcelProperty
(
value
=
"管理单位"
,
index
=
5
)
@ExcelProperty
(
value
=
"管理单位"
,
index
=
9
)
@ApiModelProperty
(
value
=
"管理单位"
)
@ApiModelProperty
(
value
=
"管理单位"
)
private
String
managementUnit
;
private
String
managementUnit
;
...
@@ -74,8 +74,8 @@ public class WaterResourceDto extends BaseDto {
...
@@ -74,8 +74,8 @@ public class WaterResourceDto extends BaseDto {
@ApiModelProperty
(
value
=
"维保单位id"
)
@ApiModelProperty
(
value
=
"维保单位id"
)
private
Long
maintenanceUnitId
;
private
Long
maintenanceUnitId
;
@ExplicitConstraint
(
indexNum
=
6
,
sourceClass
=
CommonExplicitConstraint
.
class
,
method
=
"getCompanyList"
)
@ExplicitConstraint
(
indexNum
=
10
,
sourceClass
=
CommonExplicitConstraint
.
class
,
method
=
"getCompanyList"
)
@ExcelProperty
(
value
=
"维保单位"
,
index
=
6
)
@ExcelProperty
(
value
=
"维保单位"
,
index
=
10
)
@ApiModelProperty
(
value
=
"维保单位"
)
@ApiModelProperty
(
value
=
"维保单位"
)
private
String
maintenanceUnit
;
private
String
maintenanceUnit
;
...
@@ -103,11 +103,11 @@ public class WaterResourceDto extends BaseDto {
...
@@ -103,11 +103,11 @@ public class WaterResourceDto extends BaseDto {
@ApiModelProperty
(
value
=
"实景图"
)
@ApiModelProperty
(
value
=
"实景图"
)
private
String
realityImg
;
private
String
realityImg
;
@ExcelProperty
(
value
=
"联系人姓名"
,
index
=
9
)
@ExcelProperty
(
value
=
"联系人姓名"
,
index
=
41
)
@ApiModelProperty
(
value
=
"联系人姓名"
)
@ApiModelProperty
(
value
=
"联系人姓名"
)
private
String
contactUser
;
private
String
contactUser
;
@ExcelProperty
(
value
=
"联系人电话"
,
index
=
10
)
@ExcelProperty
(
value
=
"联系人电话"
,
index
=
42
)
@ApiModelProperty
(
value
=
"联系人电话"
)
@ApiModelProperty
(
value
=
"联系人电话"
)
private
String
contactPhone
;
private
String
contactPhone
;
...
@@ -305,8 +305,8 @@ public class WaterResourceDto extends BaseDto {
...
@@ -305,8 +305,8 @@ public class WaterResourceDto extends BaseDto {
private
Long
equipId
;
private
Long
equipId
;
@ApiModelProperty
(
"设施定义名称"
)
@ApiModelProperty
(
"设施定义名称"
)
@ExcelProperty
(
value
=
"设施定义名称"
,
index
=
41
)
@ExcelProperty
(
value
=
"设施定义名称"
,
index
=
5
)
@ExplicitConstraint
(
indexNum
=
41
,
sourceClass
=
CommonExplicitConstraint
.
class
,
method
=
"getEquipDefinition"
)
@ExplicitConstraint
(
indexNum
=
5
,
sourceClass
=
CommonExplicitConstraint
.
class
,
method
=
"getEquipDefinition"
)
private
String
equipName
;
private
String
equipName
;
@ExcelIgnore
@ExcelIgnore
...
@@ -324,7 +324,7 @@ public class WaterResourceDto extends BaseDto {
...
@@ -324,7 +324,7 @@ public class WaterResourceDto extends BaseDto {
private
String
equipCode
;
private
String
equipCode
;
@ApiModelProperty
(
"维保周期"
)
@ApiModelProperty
(
"维保周期"
)
@ExcelProperty
(
value
=
"维保周期(月)"
,
index
=
42
)
@ExcelProperty
(
value
=
"维保周期(月)"
,
index
=
6
)
private
String
maintenancePeriod
;
private
String
maintenancePeriod
;
...
...
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