fujunling
2023-06-28 5e9e87b983ca0d293ea5ee4ec72e84e0000f56fd
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";
}