Blame view

泰额版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling/FoodLabeling.Th.Application.Contracts/Dtos/RbacMenu/ThRbacMenuUpdateInputVo.cs 192 Bytes
e41dfa09   李曜臣   泰鄂版菜单;租户列表
1
2
3
4
5
6
7
8
  namespace FoodLabeling.Th.Application.Contracts.Dtos.RbacMenu;
  
  /// <summary>
  /// 泰额版编辑菜单入参
  /// </summary>
  public class ThRbacMenuUpdateInputVo : ThRbacMenuCreateInputVo
  {
  }