Commit 22cdbe92 authored by yff's avatar yff

增加改制模块

parent 47b0a72b
......@@ -9,6 +9,7 @@ public enum HzGylxEnum {
JG("加工", "JG"),
GZ("改制", "GZ"),
ZP("装配", "ZP"),
JY("检验", "JY"),
WX("维修", "WX"),
......
......@@ -13,7 +13,8 @@ public enum YymkFKEnum {
ZP("ZP", "1901000200"),
JY("JY","1901000400"),
WX("WX","1901000600"),
JG("JG","1901000800");
JG("JG","1901000800"),
GZ("JG","1901001000");
private String id;
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