Commit 30ae7e27 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办

parent eff78766
......@@ -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 EmployeeRegistrationLeaveTableVo {
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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment