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
b9ea5327
Commit
b9ea5327
authored
Aug 19, 2022
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务 8612 任务 8695
parent
e0db99aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
SignDto.java
...ava/com/yeejoin/amos/boot/module/jcs/api/dto/SignDto.java
+1
-1
Sign.java
...ava/com/yeejoin/amos/boot/module/jcs/api/entity/Sign.java
+1
-1
SignMapper.xml
...t-module-jcs-api/src/main/resources/mapper/SignMapper.xml
+1
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/dto/SignDto.java
View file @
b9ea5327
...
@@ -41,7 +41,7 @@ public class SignDto extends BaseDto {
...
@@ -41,7 +41,7 @@ public class SignDto extends BaseDto {
@ExcelIgnore
@ExcelIgnore
@ApiModelProperty
(
value
=
"打卡人id"
)
@ApiModelProperty
(
value
=
"打卡人id"
)
private
String
u
serId
;
private
String
signU
serId
;
@ExcelProperty
(
value
=
"岗位"
,
index
=
2
)
@ExcelProperty
(
value
=
"岗位"
,
index
=
2
)
@ApiModelProperty
(
value
=
"打卡人岗位"
)
@ApiModelProperty
(
value
=
"打卡人岗位"
)
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/entity/Sign.java
View file @
b9ea5327
...
@@ -32,7 +32,7 @@ public class Sign extends BaseEntity {
...
@@ -32,7 +32,7 @@ public class Sign extends BaseEntity {
* 打卡人id
* 打卡人id
*/
*/
@TableField
(
"user_id"
)
@TableField
(
"user_id"
)
private
String
u
serId
;
private
String
signU
serId
;
/**
/**
* 打卡人岗位
* 打卡人岗位
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/resources/mapper/SignMapper.xml
View file @
b9ea5327
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
sign.`sequence_nbr` sequenceNbr,
sign.`sequence_nbr` sequenceNbr,
sign.name ,
sign.name ,
sign.`job_title` jobTitle,
sign.`job_title` jobTitle,
sign.`user_id`
categoryName
,
sign.`user_id`
signUserId
,
sign.type ,
sign.type ,
sign.`biz_org_code` bizOrgCode,
sign.`biz_org_code` bizOrgCode,
sign.`biz_org_name` bizOrgName,
sign.`biz_org_name` bizOrgName,
...
...
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