using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Hncore.Pass.Manage.Response { public class DomainResponse { /// /// 用户关系Domain数据库ID /// public int Id { get; set; } /// /// 项目编码 /// public int ProjectCode { get; set; } } }