using System.ComponentModel; using OpenAuth.Repository.Domain; namespace OpenAuth.App.Response; public class OrgView: SysOrg { /// /// 负责人 /// [Description("负责人")] public string ChairmanName { get; set; } }