@ -4067,7 +4067,8 @@ public class MesPcnEnumUtil {
JUMP_STEP(20, "跳过工步"),
JUMP_STATE(30, "跳过状态点"),
ABNORMAL_DEDUCTION(40, "扣减异常"),
REDO_STATION(50, "工位重做");
REDO_STATION(50, "工位重做"),
RELEASE(60, "放行继续");
private int value;
private String description;