namespace YD_Event.Application.User.Dtos; public class UpdateSysUserInput : AddSysUserInput { /// /// 用户Id /// public long Id { get; set; } }