重做枚举

yun-zuoyi
wynne1005 5 years ago
parent 47f7e24f57
commit 7593b63cfc

@ -4024,7 +4024,8 @@ public class MesPcnEnumUtil {
JUMP_PROCESS(10, "跳过工序"),
JUMP_STEP(20, "跳过工步"),
JUMP_STATE(30, "跳过状态点"),
ABNORMAL_DEDUCTION(40, "扣减异常");
ABNORMAL_DEDUCTION(40, "扣减异常"),
REDO_STATION(50, "工位重做");
private int value;
private String description;

Loading…
Cancel
Save