Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
eafd60a5
Commit
eafd60a5
authored
Nov 23, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考勤绩效核查记录时间查询条件改为异常时间
parent
885c8a4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
attendance-performance-manager/src/main/java/com/mortals/xhx/module/check/model/vo/CheckAttendRecordVo.java
...ortals/xhx/module/check/model/vo/CheckAttendRecordVo.java
+4
-4
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/check/model/vo/CheckAttendRecordVo.java
View file @
eafd60a5
...
@@ -15,11 +15,11 @@ import java.util.Date;
...
@@ -15,11 +15,11 @@ import java.util.Date;
*/
*/
@Data
@Data
public
class
CheckAttendRecordVo
extends
BaseEntityLong
{
public
class
CheckAttendRecordVo
extends
BaseEntityLong
{
/** 开始
创建
时间 */
/** 开始
异常
时间 */
private
String
create
TimeStart
;
private
String
error
TimeStart
;
/** 结束
创建
时间 */
/** 结束
异常
时间 */
private
String
create
TimeEnd
;
private
String
error
TimeEnd
;
/** 序号,主键,自增长列表 */
/** 序号,主键,自增长列表 */
...
...
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