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
e2e2542c
Commit
e2e2542c
authored
May 15, 2023
by
曹盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改充装记录
parent
a3b0c28d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CylinderFillingRecord.java
...os/api/openapi/face/orm/entity/CylinderFillingRecord.java
+2
-2
CylinderFillingRecord.java
...boot/module/tzs/flc/api/entity/CylinderFillingRecord.java
+2
-2
No files found.
amos-boot-data/amos-boot-data-openapi/src/main/java/com/yeejoin/amos/api/openapi/face/orm/entity/CylinderFillingRecord.java
View file @
e2e2542c
...
@@ -21,9 +21,9 @@ public class CylinderFillingRecord extends AbstractBaseEntity{/**
...
@@ -21,9 +21,9 @@ public class CylinderFillingRecord extends AbstractBaseEntity{/**
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
@TableField
(
"filling_record_id"
)
@TableField
(
"filling_record_id"
)
private
String
fillingRecordId
;
//充装记录Id*
private
String
fillingRecordId
;
//充装记录Id*
@TableField
(
"filling_start
_
time"
)
@TableField
(
"filling_starttime"
)
private
String
fillingStartTime
;
//充装开始时间*
private
String
fillingStartTime
;
//充装开始时间*
@TableField
(
"filling_end
_
time"
)
@TableField
(
"filling_endtime"
)
private
String
fillingEndTime
;
//充装结束时间*
private
String
fillingEndTime
;
//充装结束时间*
@TableField
(
"filling_user"
)
@TableField
(
"filling_user"
)
private
String
fillingUser
;
//充装人员姓名*
private
String
fillingUser
;
//充装人员姓名*
...
...
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/api/entity/CylinderFillingRecord.java
View file @
e2e2542c
...
@@ -37,11 +37,11 @@ public class CylinderFillingRecord extends BaseEntity {
...
@@ -37,11 +37,11 @@ public class CylinderFillingRecord extends BaseEntity {
private
String
fillingRecordId
;
private
String
fillingRecordId
;
@ApiModelProperty
(
value
=
"充装开始时间"
)
@ApiModelProperty
(
value
=
"充装开始时间"
)
@TableField
(
"filling_start
_
time"
)
@TableField
(
"filling_starttime"
)
private
String
fillingStarttime
;
private
String
fillingStarttime
;
@ApiModelProperty
(
value
=
"充装结束时间"
)
@ApiModelProperty
(
value
=
"充装结束时间"
)
@TableField
(
"filling_end
_
time"
)
@TableField
(
"filling_endtime"
)
private
String
fillingEndtime
;
private
String
fillingEndtime
;
@ApiModelProperty
(
value
=
"充装人员姓名"
)
@ApiModelProperty
(
value
=
"充装人员姓名"
)
...
...
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