基本可用。

This commit is contained in:
2026-03-10 14:32:11 +08:00
parent b24bc8a75d
commit d2fc41496e
13 changed files with 302 additions and 42 deletions

View File

@@ -13,6 +13,8 @@ struct XlsxTask {
int startCol;
int endRow;
int endCol;
std::string from;
std::string to;
};
class BF_Config
@@ -26,6 +28,7 @@ public:
std::string appId;
std::string appKey;
std::string appSecret;
int interval = 1000;
BF_Type type = BFT_COMMON;
};