java110
2021-05-05 2d079ac843ebcb335f2ef7d6952f9700a16fddde
java110-utils/src/main/java/com/java110/utils/constant/ServiceCodePurchaseApplyConstant.java
old mode 100644 new mode 100755
@@ -27,5 +27,18 @@
     */
    public static final String LIST_PURCHASE_APPLY = "purchaseApply.listPurchaseApplys";
    /**
     * 查询  流程图
     */
    public static final String LIST_WORKFLOW_IMAGE = "purchaseApply.listWorkflowImage";
    //审核
    public static final String AUDIT_PURCHASE_APPLY = "purchaseApply.auditApplyOrder";
    //调拨审核
    public static final String AUDIT_ALLOCATION_STORE = "resourceStore.auditAllocationStoreOrder";
}