ludc
2023-05-05 4cd535de8ef099afa96238e5458e6866edccfea7
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.vci.ubcs.code.constant;
 
/**
 * 主数据里的链接类型名称
 * @author weidy
 * @date 2022-1-18
 */
public class MdmLinkTypeConstant {
    /**
     * 编码规则的明细
     */
    public static final String CODE_RULE_ITEM = "codeRuleItem";
}