Commit 8af91e21 authored by 黄奎's avatar 黄奎

页面修改

parent 308279fa
...@@ -294,7 +294,9 @@ namespace Edu.WebApi.Controllers.Duty ...@@ -294,7 +294,9 @@ namespace Edu.WebApi.Controllers.Duty
var result = list.Select(x => new var result = list.Select(x => new
{ {
x.Id, x.Id,
x.Name x.Name,
x.StartTime,
x.EndTime,
}); });
return ApiResult.Success(data: result); return ApiResult.Success(data: result);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment