入职日期
This commit is contained in:
parent
bf37add9dd
commit
fd856e0750
|
|
@ -13,7 +13,6 @@ import lombok.Data;
|
|||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 数据采集-累计情况表
|
||||
|
|
@ -73,7 +72,7 @@ public class AddUpSituationDTO {
|
|||
//入职日期
|
||||
@SalaryTableColumn(text = "入职日期", width = "10%", column = "hiredate")
|
||||
@ExcelProperty(index = 6)
|
||||
private Date hiredate;
|
||||
private String hiredate;
|
||||
|
||||
//累计收入额
|
||||
@SalaryTableColumn(text = "累计收入额", width = "10%", column = "addUpIncome")
|
||||
|
|
|
|||
Loading…
Reference in New Issue