feat(core): sgw-device-ui

This commit is contained in:
Tran Anh Tuan
2025-09-26 18:22:04 +07:00
parent 466e931537
commit 2707b92f7e
88 changed files with 19104 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/* eslint-disable */
// 该文件由 OneAPI 自动生成,请勿手动修改!
import * as AuthController from './AuthController';
import * as DeviceController from './DeviceController';
import * as MapController from './MapController';
import * as TripController from './TripController';
import * as UserController from './UserController';
export default {
UserController,
AuthController,
DeviceController,
MapController,
TripController,
};