1
xiaoyong931011
2021-03-12 3eb3844902d6d2fe6d86f934e035dcfd3dc034bf
zq-erp/src/main/java/com/matrix/system/fenxiao/constant/FenxiaoSettingConstant.java
@@ -14,7 +14,7 @@
     */
    public final static String FX_APPLY_WAY = "FX_APPLY_WAY";
    /**
     * 审核方式
     * 审核方式  1系统自动审核,2人工审核
     */
    public final static String FX_AUDIT_METHOD = "FX_AUDIT_METHOD";
    /**
@@ -26,4 +26,5 @@
     */
    public final static String FX_TG_PLAN = "FX_TG_PLAN";
    public static final String FX_TG_POSTER ="FX_TG_POSTER";
}