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