租户平台管理

This commit is contained in:
zcx
2026-01-29 16:47:05 +08:00
parent 6db7edfc2f
commit 75fc4de6bd
29 changed files with 3998 additions and 41 deletions

View File

@@ -114,5 +114,7 @@ export enum DICT_TYPE {
PRODUCT_UNIT = 'product_unit', // 商品单位
PRODUCT_SPU_STATUS = 'product_spu_status', //商品状态
// ========== 驾校管理 ==========
LINCENSE_TYPE = 'license_type' //驾照类型
LINCENSE_TYPE = 'license_type', //驾照类型
// ========== 租户实例 ==========
INSTANCE_TYPE = 'instance_type' // 实例类型
}