RbacMenuUpdateInputVo.cs 204 Bytes
namespace FoodLabeling.Application.Contracts.Dtos.RbacMenu;

/// <summary>
/// 编辑权限(Menu)入参(美国版对外)
/// </summary>
public class RbacMenuUpdateInputVo : RbacMenuCreateInputVo
{
}