update ef-model

This commit is contained in:
2025-09-05 00:37:48 +08:00
parent 61502cb3bd
commit 3a40a33204
10 changed files with 1052 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ public class guadanOrderGuestController: ApiController
roomName = a.Room.Name,
bedName = a.RegionRoomBed.Name,
orderNo = a.GuaDanOrderNo,
follower = a.followers,
follower = a.follower,
statusUuid = a.statusUuid,
statusName = a.RegionRoomBedStatus?.Name,
}).ToList();