Pārlūkot izejas kodu

配分事项表

chenshudong 2 nedēļas atpakaļ
vecāks
revīzija
c4f98f0f84

+ 1 - 1
airport-ledger/src/main/java/com/sundot/airport/ledger/domain/ScoreEvent.java

@@ -129,7 +129,7 @@ public class ScoreEvent extends BaseEntity {
129
     @Excel(name = "岗位名称")
129
     @Excel(name = "岗位名称")
130
     private String postName;
130
     private String postName;
131
 
131
 
132
-    @Excel(name = "加扣分类型")
132
+    @Excel(name = "加扣分类型", readConverterExp = "1=加分,2=扣分", combo = "加分,扣分")
133
     private String scoreType;
133
     private String scoreType;
134
 
134
 
135
     public Long getId() { return id; }
135
     public Long getId() { return id; }