feat: 增加分页排序与FluentValidation
This commit is contained in:
@@ -47,6 +47,7 @@ public sealed class GetStoreByIdQueryHandler(
|
||||
DeliveryRadiusKm = store.DeliveryRadiusKm,
|
||||
SupportsDineIn = store.SupportsDineIn,
|
||||
SupportsPickup = store.SupportsPickup,
|
||||
SupportsDelivery = store.SupportsDelivery
|
||||
SupportsDelivery = store.SupportsDelivery,
|
||||
CreatedAt = store.CreatedAt
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user