namespace FoodLabeling.Application.Contracts.Dtos.UsAppAuth; /// App 管理员确认工作门店 public class UsAppSelectAdminScopeLocationInputVo { public string PartnerId { get; set; } = string.Empty; public string GroupId { get; set; } = string.Empty; public string LocationId { get; set; } = string.Empty; }