12 小时以前 7dc2054d4d93f17ce8595f1b0559c904bee2a38f
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesPdStatusConstants.java
@@ -32,5 +32,9 @@
     * 已归档
     */
    public static final int ARCHIVE = 4;
    /**
     * 审批中(BPM 审批进行中)
     */
    public static final int APPROVING = 5;
}