namespace FoodLabeling.Application.Contracts.Dtos.UsAppAuth; /// 确认选店返回 public class AuthScopeSelectLocationOutputDto { public string PartnerId { get; set; } = string.Empty; public string PartnerName { get; set; } = string.Empty; public string GroupId { get; set; } = string.Empty; public string GroupName { get; set; } = string.Empty; public UsAppBoundLocationDto Location { get; set; } = new(); }