package com.vci.ubcs.starter.web.constant;
|
|
/**
|
* 主数据的枚举名称
|
*/
|
public class MdmEnumIdConstant {
|
|
/**
|
* 按钮的使用位置
|
*/
|
public static final String CODE_BUTTON_POSITION = "codeButtonPosition" ;
|
|
/**
|
* 码段长度类型
|
*/
|
public static final String CODE_SEC_LENGTH = "codeSecLength";
|
/**
|
* 日期格式
|
*/
|
public static final String CODE_DATA_FORMAT = "codeDateFormatEnum";
|
/**
|
* 层级码段的层级类型
|
*/
|
public static final String CODE_LEVEL_TYPE = "codeLevelType";
|
/**
|
* 字符截取类型
|
*/
|
public static final String CODE_CUT_TYPE = "codeCutType";
|
/**
|
* 编码取值类型
|
*/
|
public static final String CODE_GET_VALUE_TYPE = "codeGetValueType";
|
/**
|
* 主题库分类的流程用途
|
*/
|
public static final String CODE_CLASSIFY_PROCESS_USE = "codeClassifyProcessUse";
|
/**
|
* 编码映射规则类型
|
*/
|
public static final String CODE_MAP_RULE_TYPE = "codeMapRuleType";
|
/**
|
* 码段类型
|
*/
|
public static final String CODE_SEC_TYPE = "codeSecType";
|
/**
|
* 按钮的用途
|
*/
|
public static final String CODE_TEMPLATE_BUTTON_USE = "codeTemplateButtonUse";
|
|
/**
|
* 系统集成接口类型
|
*/
|
public static final String SYS_INTEGRATION_REQUEST_TYPE = "sysIntegrationRequestType";
|
|
/**
|
* 系统集成接口请求方式类型
|
*/
|
public static final String SYS_INTEGRATION_REQUEST_METHOD_TYPE = "sysIntegrationRequestMethodType";
|
|
/**
|
* 系统集成接口请求方式类型
|
*/
|
public static final String SYS_INTEGRATION_PARAM_AND_RETURN_TYPE = "sysIntegrationParamAndReturnType";
|
|
/**
|
* 系统集成验证方式
|
*/
|
public static final String SYS_INTEGRATION_AUTHORITY_TYPE = "sysIntegrationAuthorityType";
|
|
/**
|
* 数据流向方式
|
*/
|
public static final String SYS_INTEGRATION_DATA_FLOW_TYPE = "sysIntegrationDataFlowType";
|
/***
|
* 系统接口推送方式
|
*/
|
public static final String SYS_INTEGRATION_PUSH_TYPE="sysIntegrationPushType";
|
|
/***
|
* 系统接口类型
|
*/
|
public static final String SYS_INTEGRATION_LOG_TYPE="sysIntegrationLogType";
|
|
/***
|
* 系统接口类型
|
*/
|
public static final String CODE_RULE_CHARACTER_TYPE="code_rule_character_type";
|
}
|