字典类型添加

This commit is contained in:
xue 2024-05-13 15:58:41 +08:00
parent 07085014c4
commit 2f07a300e6
1 changed files with 3 additions and 1 deletions

View File

@ -214,5 +214,7 @@ export enum DICT_TYPE {
// ========== FTA - 自贸区模块 ==========
ENTERPRISE_OPERATE_STATE = 'enterprise_operate_state', // 企业经营状态
ENTERPRISE_IS_SECURITY = 'enterprise_is_secure', //是否涉及危化证
ENTERPRISE_TYPE = 'enterprise_type' // 企业类型
ENTERPRISE_TYPE = 'enterprise_type', // 企业类型
ENTERPRISE_DOCUMENT_TYPE = 'enterprise_document_type', //企业证件类型
TYPES_OF_SECURITY_PERSONNEL = 'types_of_security_personnel', // 安全人员类型
}