设置开关配置 json string
| 230 | inline const std::string &GetChartId() { return this->chartId_; } |
| 231 | /// 设置开关配置 json string |
| 232 | inline void SetEnableConfig(EnableListConfig &enableCfg) noexcept { this->enableCfg_ = enableCfg; }; |
| 233 | |
| 234 | inline EnableListConfig &GetEnableConfig() noexcept { return this->enableCfg_; } |
| 235 |