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
41a57b79
Commit
41a57b79
authored
Oct 09, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(96333): 坐席人员添加值班日期字段
parent
ea5d1c8d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
TzsCitInfoDto.java
...join/amos/boot/module/elevator/api/dto/TzsCitInfoDto.java
+5
-0
TzsCitInfo.java
...join/amos/boot/module/elevator/api/entity/TzsCitInfo.java
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-api/src/main/java/com/yeejoin/amos/boot/module/elevator/api/dto/TzsCitInfoDto.java
View file @
41a57b79
...
@@ -65,5 +65,10 @@ public class TzsCitInfoDto extends BaseDto {
...
@@ -65,5 +65,10 @@ public class TzsCitInfoDto extends BaseDto {
*/
*/
private
Integer
status
;
private
Integer
status
;
/**
* 值班日期
*/
private
String
dutyDate
;
}
}
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-api/src/main/java/com/yeejoin/amos/boot/module/elevator/api/entity/TzsCitInfo.java
View file @
41a57b79
...
@@ -42,4 +42,7 @@ public class TzsCitInfo extends BaseEntity {
...
@@ -42,4 +42,7 @@ public class TzsCitInfo extends BaseEntity {
@ApiModelProperty
(
value
=
"用户坐席职位"
)
@ApiModelProperty
(
value
=
"用户坐席职位"
)
private
String
userRole
;
private
String
userRole
;
@ApiModelProperty
(
value
=
"值班日期"
)
private
String
dutyDate
;
}
}
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