基本可用。
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user