namespace YD_Event.Application.Organization.Dtos; public class UpdateOrgInput : AddOrgInput { /// /// 部门Id /// public long Id { get; set; } }