using Application.Abstractions.Messaging;
using SharedKernel.Results;
namespace Application.Features.Admin.Store.Shipment.Get;
/// Admin 배송 상세. WithAddress=true 면 주소 복호화 (권한 필요).
public sealed record Query(int ID, bool WithAddress = false) : IQuery>;