verou
2025-03-30 fa5b8238f31749cc4b0469df317b5849da08a419
rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java
@@ -19,4 +19,19 @@
     */
    public final static String DICT_SYS_TASK_TYPE = "sys_task_type";
    /**
     * 设备类型
     */
    public final static String DICT_SYS_DEVICE_TYPE = "sys_device_type";
    /**
     * 单据业务类型
     */
    public final static String DICT_SYS_BUSINESS_TYPE = "sys_business_type";
    /**
     * 单据类型
     */
    public final static String DICT_SYS_ORDER_TYPE = "sys_order_type";
}