|
|
@@ -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 = {
|