Blame view

美国版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling-us/FoodLabeling.Application.Contracts/Dtos/UsAppAuth/UsAppSelectAdminScopeLocationInputVo.cs 346 Bytes
83ccb207   杨鑫   最新
1
2
3
4
5
6
7
8
9
10
11
  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;
  }