mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
实现excel报表文件生成功能
This commit is contained in:
@@ -23,7 +23,7 @@ bool Config::init(std::string filename)
|
||||
JSON::read(jsonroot, "debug", option.debug);
|
||||
JSON::read(jsonroot, "weburl", option.webSrvUrl);
|
||||
JSON::read(jsonroot, "launchdate", option.lunchDate);
|
||||
|
||||
JSON::read(jsonroot, "exportpath", option.exportpath);
|
||||
|
||||
if (jsonroot.contains("database"))
|
||||
{
|
||||
|
||||
@@ -8,6 +8,7 @@ struct AppOption
|
||||
int debug {0};
|
||||
std::string webSrvUrl;
|
||||
std::string lunchDate;
|
||||
std::string exportpath;
|
||||
|
||||
struct {
|
||||
std::string host;
|
||||
|
||||
Reference in New Issue
Block a user