新增账号,超管体系

This commit is contained in:
eafonyang
2026-06-18 17:37:08 +08:00
parent 481261b334
commit 476da9b459
27 changed files with 1439 additions and 84 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ const Brand = require('./Brand');
const Model = require('./Model');
const Ota = require('./Ota');
const ShareCodeLog = require('./ShareCodeLog');
const DashboardUser = require('./DashboardUser');
module.exports = { Brand, Model, Ota, ShareCodeLog };
module.exports = { Brand, Model, Ota, ShareCodeLog, DashboardUser };