This commit is contained in:
dell
2023-03-22 14:14:47 +08:00
parent 02c976e460
commit 25d007bba0

View File

@ -43,7 +43,7 @@ namespace HT.Cloud.Service.ReportManage
Description = subsystem.Description + $"({subsystem.Units})",
Units = subsystem.Units
}
);
);
}
return reList.ToJson();
}