fix recall
This commit is contained in:
@@ -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; //数据补招结束时间
|
||||
|
||||
Reference in New Issue
Block a user