新增主播排序

This commit is contained in:
2025-08-12 15:41:57 +08:00
parent fd9cf29780
commit 04165f6a42
6 changed files with 66 additions and 4 deletions

View File

@@ -251,6 +251,7 @@ export enum DICT_TYPE {
HOST_LEVEL = 'host_level', // 桥梁类型country_group
COUNTRY_GROUP = 'country_group', // 桥梁类型
OPERATION_STATE = 'operational_state', // 桥梁类型operational_state
BIGBIOTHER_NEGOTIATION = 'bigBiother_negotiation' // 是否洽谈
BIGBIOTHER_NEGOTIATION = 'bigBiother_negotiation', // 是否洽谈
SORT_STATE = 'sort_state',// 升序降序
SORT_TYPE = 'sort_type',// 排序类型
}