namespace YD_Event.Application.Role.Dtos; public class UpdateSysRoleInput : AddSysRoleInput { /// /// 角色Id /// public long Id { get; set; } }