Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
a537c28a
You need to sign in or sign up before continuing.
Commit
a537c28a
authored
May 19, 2023
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
气瓶增加技术服务商字段
parent
b912f697
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
CylinderUnitDto.java
...oin/amos/boot/module/tzs/flc/api/dto/CylinderUnitDto.java
+2
-0
CylinderUnit.java
...oin/amos/boot/module/tzs/flc/api/entity/CylinderUnit.java
+3
-6
CylinderInfoServiceImpl.java
...ule/tzs/flc/biz/service/impl/CylinderInfoServiceImpl.java
+0
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/api/dto/CylinderUnitDto.java
View file @
a537c28a
...
...
@@ -107,4 +107,6 @@ public class CylinderUnitDto extends BaseDto {
private
boolean
outOfDate
=
false
;
@ApiModelProperty
(
value
=
"技术服务商"
)
private
String
developerAgency
;
}
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/api/entity/CylinderUnit.java
View file @
a537c28a
...
...
@@ -28,10 +28,6 @@ public class CylinderUnit extends BaseEntity {
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"单位ID"
)
private
String
unitId
;
...
...
@@ -59,8 +55,6 @@ public class CylinderUnit extends BaseEntity {
@ApiModelProperty
(
value
=
"企业邮编"
)
private
String
postalCode
;
@ApiModelProperty
(
value
=
"同步时间 yyyy-MM-dd HH24:mi:ss"
)
private
Date
syncDate
;
...
...
@@ -87,4 +81,7 @@ public class CylinderUnit extends BaseEntity {
@ApiModelProperty
(
value
=
"所属区域"
)
private
String
regionName
;
@ApiModelProperty
(
value
=
"技术服务商"
)
private
String
developerAgency
;
}
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/biz/service/impl/CylinderInfoServiceImpl.java
View file @
a537c28a
...
...
@@ -48,7 +48,6 @@ import com.yeejoin.amos.boot.module.tzs.flc.api.dto.CylinderIntegrityDataUnitDto
import
com.yeejoin.amos.boot.module.tzs.flc.api.dto.CylinderTagsDataUnitDto
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.dto.CylinderUnitDataDto
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderAreaData
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingCheckDataUnit
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingDataUnit
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingUnloadData
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.entity.CylinderFillingUnloadDataUnit
;
...
...
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