namespace ZhiYi.Core.Repository.Entities { /// /// 分组关系表 /// public class ZhiYi_Group_Relation : SugarEntity { /// /// 原始分组ID /// public long Original_GroupId { get; set; } /// /// 当前所有者账号ID /// public long Owner { get; set; } } }