fix recall

This commit is contained in:
lnk
2025-10-24 17:07:51 +08:00
parent 07ac84d612
commit f69a6d2105
5 changed files with 323 additions and 79 deletions

View File

@@ -44,6 +44,7 @@ public:
class RecallMonitor
{
public:
std::string recall_guid; // 本次补招的唯一标识 GUID
int recall_status; //补招状态 0-未补招 1-补招中 2-补招完成 3-补招失败 4-无数据
std::string StartTime; //数据补招起始时间
std::string EndTime; //数据补招结束时间