Commit 6091b4fd authored by litengwei's avatar litengwei

bug

parent e61a2dc9
......@@ -6,10 +6,10 @@ import java.util.List;
import java.util.Map;
public enum PointCheckTypeEnum {
WGJC("外观检查", "WGJC"),
GNCS("功能测试", "GNCS"),
HJJC("环境检查", "HJJC"),
QT("其他", "QT");
WGJC("外观检查", "外观检查"),
GNCS("功能测试", "功能测试"),
HJJC("环境检查", "环境检查"),
QT("其他", "其他");
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