Commit 15a0ea79 authored by leizhan's avatar leizhan

Merge remote-tracking branch 'origin/develop_dl_3.7.0.9' into develop_dl_3.7.0.9

parents 8190b962 6091b4fd
...@@ -6,10 +6,10 @@ import java.util.List; ...@@ -6,10 +6,10 @@ import java.util.List;
import java.util.Map; import java.util.Map;
public enum PointCheckTypeEnum { public enum PointCheckTypeEnum {
WGJC("外观检查", "WGJC"), WGJC("外观检查", "外观检查"),
GNCS("功能测试", "GNCS"), GNCS("功能测试", "功能测试"),
HJJC("环境检查", "HJJC"), HJJC("环境检查", "环境检查"),
QT("其他", "QT"); QT("其他", "其他");
private String name; private String name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment