Commit eff78766 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办

parent f8624334
...@@ -22,6 +22,7 @@ import io.swagger.v3.oas.annotations.media.Schema; ...@@ -22,6 +22,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data; import lombok.Data;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.util.List;
/** /**
* 自动化离职待办 * 自动化离职待办
...@@ -54,6 +55,10 @@ public class EmployeeRegistrationLeaveSearchVo extends EmployeeRegistrationLeave ...@@ -54,6 +55,10 @@ public class EmployeeRegistrationLeaveSearchVo extends EmployeeRegistrationLeave
@TableField(exist = false) @TableField(exist = false)
private LocalDateTime joinTimeEnd; private LocalDateTime joinTimeEnd;
@Schema(description = "身份证合集")
@TableField(exist = false)
private List<String> idcardList;
/** /**
* @Author fxj * @Author fxj
* 查询数据起 * 查询数据起
......
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