增加枚举

tags/yfai-mes-ext-v1.0
LML丶 1 year ago
parent 3451fc5714
commit 8ad6fbaa81

@ -697,9 +697,8 @@ public class MesExtEnumUtil {
)
public static enum PRODUCE_SN_STATUS {
CREATE(10, "创建"),
OFFLINE(30, "已完成"),
ASSEMBLY(20, "已装配"),
OFFLINE(20, "已完成"),
ASSEMBLY(30, "已装配"),
CHECKED(40, "已校验"),
SHIPPED(50, "发运");

Loading…
Cancel
Save