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
2f4001fc
Commit
2f4001fc
authored
Apr 01, 2024
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段添加 实体提交
parent
cbdf5c6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
WaterResourcePoolDto.java
...amos/boot/module/common/api/dto/WaterResourcePoolDto.java
+13
-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/WaterResourcePoolDto.java
View file @
2f4001fc
package
com
.
yeejoin
.
amos
.
boot
.
module
.
common
.
api
.
dto
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
common
.
api
.
dto
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
...
@@ -76,4 +77,16 @@ public class WaterResourcePoolDto extends BaseDto {
...
@@ -76,4 +77,16 @@ public class WaterResourcePoolDto extends BaseDto {
@ApiModelProperty
(
value
=
"出口流量(L/s)"
)
@ApiModelProperty
(
value
=
"出口流量(L/s)"
)
private
Float
outputFlowRate
;
private
Float
outputFlowRate
;
/**
* 消防泵装置ids
*/
@TableField
(
"pump_device_id"
)
private
String
pumpDeviceId
;
/**
* 消防泵装置名称s
*/
@TableField
(
"pump_device_name"
)
private
String
pumpDeviceName
;
}
}
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