第三方接口失败次数超过10次的只在空闲时调用
This commit is contained in:
@@ -78,5 +78,10 @@ namespace Tnb.BasicData.Entities
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 错误次数
|
||||
/// </summary>
|
||||
public int error_count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user