第三方接口失败次数超过10次的只在空闲时调用

This commit is contained in:
2024-09-03 11:48:07 +08:00
parent 0d2b0592e4
commit d5c5118211
3 changed files with 64 additions and 12 deletions

View File

@@ -78,5 +78,10 @@ namespace Tnb.BasicData.Entities
/// 备注
/// </summary>
public string remark { get; set; }
/// <summary>
/// 错误次数
/// </summary>
public int error_count { get; set; }
}
}