Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
30ae7e27
Commit
30ae7e27
authored
Nov 20, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-离职待办
parent
eff78766
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
EmployeeRegistrationLeaveSearchVo.java
...oud/plus/v1/csp/vo/EmployeeRegistrationLeaveSearchVo.java
+17
-1
No files found.
yifu-csp/yifu-csp-api/src/main/java/com/yifu/cloud/plus/v1/csp/vo/EmployeeRegistrationLeaveSearchVo.java
View file @
30ae7e27
...
...
@@ -16,6 +16,7 @@
*/
package
com
.
yifu
.
cloud
.
plus
.
v1
.
csp
.
vo
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.yifu.cloud.plus.v1.csp.entity.EmployeeRegistrationLeave
;
import
io.swagger.v3.oas.annotations.media.Schema
;
...
...
@@ -31,7 +32,7 @@ import java.util.List;
* @date 2025-11-19 19:23:15
*/
@Data
public
class
EmployeeRegistrationLeaveSearchVo
extends
EmployeeRegistrationLeave
TableVo
{
public
class
EmployeeRegistrationLeaveSearchVo
extends
EmployeeRegistrationLeave
{
/**
* 多选导出或删除等操作
...
...
@@ -72,4 +73,19 @@ public class EmployeeRegistrationLeaveSearchVo extends EmployeeRegistrationLeave
@Schema
(
description
=
"查询limit 数据条数"
)
private
int
limitEnd
;
@ExcelProperty
(
"项目名称"
)
private
String
deptName
;
@ExcelProperty
(
"项目编码"
)
private
String
deptNo
;
@ExcelProperty
(
"员工姓名"
)
private
String
employeeName
;
@ExcelProperty
(
"身份证号"
)
private
String
empIdcard
;
@ExcelProperty
(
"离职日期"
)
private
String
joinLeaveDate
;
}
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