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
3fb32c40
Commit
3fb32c40
authored
Jul 06, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加场站网关
parent
b2060003
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
StationBasicDto.java
...ejoin/amos/boot/module/jxiop/api/dto/StationBasicDto.java
+4
-1
StationBasic.java
...ejoin/amos/boot/module/jxiop/api/entity/StationBasic.java
+6
-5
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/dto/StationBasicDto.java
View file @
3fb32c40
...
...
@@ -99,5 +99,8 @@ public class StationBasicDto extends BaseDto {
//新增 场站第三方编号
private
String
stationNumber
;
//新增场站 设备检测网关
private
String
gatewayId
;
private
String
fanGatewayId
;
//升压站网管
private
String
boosterGatewayId
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/entity/StationBasic.java
View file @
3fb32c40
...
...
@@ -144,11 +144,12 @@ public class StationBasic extends BaseEntity {
//新增 场站第三方编号
@TableField
(
"station_number"
)
private
String
stationNumber
;
//新增场站 设备检测网关
@TableField
(
"gateway_id"
)
private
String
gatewayId
;
//风机网管
@TableField
(
"fan_gateway_id"
)
private
String
fanGatewayId
;
//升压站网管
@TableField
(
"booster_gateway_id"
)
private
String
boosterGatewayId
;
}
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