skyouc
2025-03-27 17e4755fd0b05e6dab34abdb23ec656b6849b52f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
package com.vincent.rsf.server.system.constant;
 
/**
 * @author Ryan
 * @version 1.0
 * @title DictTypeCode
 * @description
 * @create 2025/3/18 15:31
 */
public class DictTypeCode {
 
    /**
     * 企业类型
     */
    public final static String DICT_COMPANY_TYPE = "sys_companys_type";
 
    /**
     * 任务类型
     */
    public final static String DICT_SYS_TASK_TYPE = "sys_task_type";
 
    /**
     * 设备类型
     */
    public final static String DICT_SYS_DEVICE_TYPE = "sys_device_type";
 
}