飞行器添加加入组织时间
parent
cddedfd148
commit
c770439d1f
|
|
@ -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>>>
|
||||
|
|
|
|||
Loading…
Reference in New Issue