namespace GDZZ.Core.Service; /// /// 组织机构参数 /// public class OrgOutput : OrgInput { /// /// 机构Id /// public string Id { get; set; } }