skyouc
2025-03-25 ef69d3bad0c7f03da11cb1c1e46a84bcebe02bc4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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";
 
}