mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
实现系统管理表格操作接口、分页操作
This commit is contained in:
@@ -15,10 +15,13 @@ public:
|
||||
return app;
|
||||
}
|
||||
|
||||
static AppData& data()
|
||||
{
|
||||
return Application::instance().appdata_;
|
||||
}
|
||||
|
||||
void init();
|
||||
|
||||
AppData& getAppData();
|
||||
|
||||
bool isQuit() { return isQuit_; }
|
||||
Operator& getOperator() { return op_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user