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