fix离职日期

This commit is contained in:
钱涛 2022-09-27 10:57:02 +08:00
parent 66a39a07a3
commit 08ac0e8b84
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
import java.util.Date;
/**
* @Author weaver_cl
@ -45,7 +44,7 @@ public class InsuranceArchivesEmployeePO {
private String hiredate;
private Date dimissionDate;
private String dimissionDate;
private Long siSchemeId;