Blame view

泰额版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling-us/FoodLabeling.Application.Contracts/Dtos/RbacRole/RbacRoleUpdateInputVo.cs 198 Bytes
59e51671   “wangming”   1
1
2
3
4
5
6
7
8
  namespace FoodLabeling.Application.Contracts.Dtos.RbacRole;
  
  /// <summary>
  /// 编辑角色入参(美国版对外)
  /// </summary>
  public class RbacRoleUpdateInputVo : RbacRoleCreateInputVo
  {
  }