namespace Admin.NET.Plugin.AiDOP.Supply;
///
/// S3 MDP 运行监控。
///
[ApiDescriptionSettings(Order = 320, Description = "S3 MDP运行监控")]
[Route("api/Supply")]
[AllowAnonymous]
[NonUnify]
public class S3MdpMonitorService : IDynamicApiController, ITransient
{
private readonly ISqlSugarClient _db;
public S3MdpMonitorService(ISqlSugarClient db)
{
_db = db;
}
[DisplayName("S3 MDP最近运行状态")]
[HttpGet("s3-mdp-monitor/latest")]
public async Task