飞行器添加加入组织时间

feature-flyModify
zhangbin 2025-07-25 08:50:14 +08:00
parent cddedfd148
commit c770439d1f
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ namespace OpenAuth.App.ServiceApp
pName = b.Name, // 机场名称
workSpaceId = c.WorkSpaceId,
firmwareVersion = a.FirmwareVersion,
CreateTime = a.CreateTime
})
.ToPageListAsync(page, limit, totalCount);
return new Response<PageInfo<List<dynamic>>>