package com.vci.ubcs.starter.constant; /** * code服务中用到的表名常量类 * @author ludc * @date 2023/6/8 11:04 */ public class CodeTableNameConstant { /** * 基础码段的信息 */ public static final String PL_CODE_BASICSEC = "PL_CODE_BASICSEC"; /** * 主题库的分类 */ public static final String PL_CODE_CLASSIFY = "PL_CODE_CLASSIFY"; /** * 模板扩展池 */ public static final String PL_CODE_BUTTON = "PL_CODE_BUTTON"; /** * 全部码值 */ public static final String PL_CODE_ALLCODE = "PL_CODE_ALLCODE"; /** * 分类使用的流程模板 */ public static final String PL_CODE_CLSFLOWTEMP = "PL_CODE_CLSFLOWTEMP"; /** * 编码库定义-模板管理 */ public static final String PL_CODE_CLSTEMPLATE = "PL_CODE_CLSTEMPLATE"; /** * 主题库分类的模板属性 */ public static final String PL_CODE_CLSTEMPATTR = "PL_CODE_CLSTEMPATTR"; /** * 编码库定义-模板按钮扩展 */ public static final String PL_CODE_TEMPBUTTON = "PL_CODE_TEMPBUTTON"; /** * 分类码段的码值 */ public static final String PL_CODE_CLASSIFYVALUE = "PL_CODE_CLASSIFYVALUE"; /** * 固定码段的码值 */ public static final String PL_CODE_FIXEDVALUE = "PL_CODE_FIXEDVALUE"; /** * 关键属性查重规则 */ public static final String PL_CODE_KEYATTRREPEAT = "PL_CODE_KEYATTRREPEAT"; /** * 编码库定义 */ public static final String PL_CODE_PHASEATTR = "PL_CODE_PHASEATTR"; /** * 编码规则管理-引用码段-参照配置 */ public static final String PL_CODE_REFERCONFIG = "PL_CODE_REFERCONFIG"; /** * 编码规则 */ public static final String PL_CODE_RULE = "PL_CODE_RULE"; /** * 编码规则的流水值 */ public static final String PL_CODE_SERIALVALUE = "PL_CODE_SERIALVALUE"; /** * 编码规则管理-引用码段-参照配置-显示属性配置 */ public static final String PL_CODE_SHOWFIELDCONFIG = "PL_CODE_SHOWFIELDCONFIG"; /** * 编码规则管理-引用码段-参照配置-搜索条件配置 */ public static final String PL_CODE_SRCHCONDCONFIG = "PL_CODE_SRCHCONDCONFIG"; /** * 近义词维护 实体类 */ public static final String PL_CODE_SYNONYM = "PL_CODE_SYNONYM"; /** * 编码库定义-模板阶段 实体类 */ public static final String PL_CODE_TEMPPHASE = "PL_CODE_TEMPPHASE"; /** * 编码信息 实体类 */ public static final String PL_CODE_WUPIN = "PL_CODE_WUPIN"; /** * 集成日志对象 */ public static final String PL_DOCKING_LOG = "PL_DOCKING_LOG"; /** * 集成管理接口-集成系统维护对象 */ public static final String PL_CODE_SYSINTBASE = "PL_CODE_SYSINTBASE"; /** * 集成接口-集成接口管理对象 */ public static final String PL_CODE_SYSINTINFO = "PL_CODE_SYSINTINFO"; /** * 集成接口-集成接口管理对象 * platformbtm_sysintparemter */ public static final String PL_CODE_SYSINTPAREMTER = "PL_CODE_SYSINTPAREMTER"; }