|
|
@@ -27,7 +27,7 @@ public class OutPublicDtails {
|
|
|
private String clockInTimes;
|
|
|
@Excel(name = "创建时间" )
|
|
|
private String createTimes;
|
|
|
- @Excel(name = "公出类型",readConverterExp = "0=业务/行政,1=技术")
|
|
|
+ @Excel(name = "公出类型",readConverterExp = "0=业务,1=技术,2=行政")
|
|
|
private Integer type;
|
|
|
@Excel(name = "公出目标" )
|
|
|
private String remarks;
|