Files
cn-rdms-web/src/constants/dict.ts

78 lines
2.7 KiB
TypeScript
Raw Normal View History

/**
*
*
*
* 1. dictType
* 2. / / dictType
* 3.
*/
/**
*
*
* directionCode / direction
*
* 1.
* 2. rdms_object_direction
*
*
* 使使 product
*/
export const RDMS_OBJECT_DIRECTION_DICT_CODE = 'rdms_object_direction';
/**
*
*
*
* 使
*/
export const RDMS_OBJECT_DIRECTION_LEGACY_DICT_CODE = 'rdms_product_direction';
/**
*
*
* company
* "用户管理" system_user_company
*/
export const SYSTEM_USER_COMPANY_DICT_CODE = 'system_user_company';
/**
*
*
* sourceType
*
*/
export const RDMS_REQ_SOURCE_TYPE_DICT_CODE = 'rdms_req_source_type';
/**
*
*
* priority
*
*/
export const RDMS_REQ_PRIORITY_DICT_CODE = 'rdms_req_priority';
/**
*
*
* category
*
*/
export const RDMS_REQ_CATEGORY_DICT_CODE = 'rdms_req_category';
/**
*
*
* projectType
* rdms_project_type
*/
export const RDMS_PROJECT_TYPE_DICT_CODE = 'rdms_project_type';
/**
*
*
* executionType
* `rdms-project-boot-执行任务接口API文档.md` executionType rdms_project_execution_type
*/
export const RDMS_PROJECT_EXECUTION_TYPE_DICT_CODE = 'rdms_project_execution_type';