ota 拓展功能-黑名单&灰色定向上线

This commit is contained in:
eafonyang
2026-06-30 18:15:25 +08:00
parent 08da279275
commit 864040f45b
16 changed files with 1872 additions and 9 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
const Brand = require('./Brand');
const Model = require('./Model');
const Ota = require('./Ota');
const BlackList = require('./BlackList');
const OtaTargetDevice = require('./OtaTargetDevice');
const ShareCodeLog = require('./ShareCodeLog');
const DashboardUser = require('./DashboardUser');
module.exports = { Brand, Model, Ota, ShareCodeLog, DashboardUser };
module.exports = { Brand, Model, Ota, BlackList, OtaTargetDevice, ShareCodeLog, DashboardUser };