|
|
@@ -19,13 +19,13 @@ public class OutPublicDtails {
|
|
|
private String assistAidName;
|
|
|
@Excel(name = "公出时长",width = 8)
|
|
|
private String duration;
|
|
|
- @Excel(name = "状态" ,readConverterExp = "0=驳回,1=待审核,2=同意,3=撤销",width = 8)
|
|
|
+ @Excel(name = "状态" ,readConverterExp = "0=驳回,1=待审核,2=同意,3=撤销,4=技术驳回",width = 8)
|
|
|
private Integer status;
|
|
|
@Excel(name = "公出开始时间")
|
|
|
private String releaseStarts;
|
|
|
@Excel(name = "公出结束时间")
|
|
|
private String releaseEnds;
|
|
|
- @Excel(name = "打卡状态",readConverterExp = "0=未打卡,1=已打卡",width = 8)
|
|
|
+ @Excel(name = "打卡状态",readConverterExp = "0=未打卡,1=已打卡,2=异常打卡",width = 8)
|
|
|
private Integer clockIn;
|
|
|
@Excel(name = "打卡时间" )
|
|
|
private String clockInTimes;
|