瀏覽代碼

培训看板增加安全管理,其他类型的统计

wy 6 月之前
父節點
當前提交
a5af6213ce

+ 3 - 1
ibps-provider-root/modules/provider-business/src/main/java/com/lc/ibps/business/dto/TrainRateDto.java

@@ -11,7 +11,9 @@ public class TrainRateDto {
     public static final TrainRateDto[] TYPELIST = {
             new TrainRateDto("体系文件修订", "0", "0.00"),
             new TrainRateDto("技术", "0", "0.00"),
-            new TrainRateDto("质量管理", "0", "0.00")
+            new TrainRateDto("质量管理", "0", "0.00"),
+            new TrainRateDto("安全管理", "0", "0.00"),
+            new TrainRateDto("其他", "0", "0.00")
     };
 
     public static final TrainRateDto[] OBJECTLIST = {