public class Entity : FullAuditedAggregateRoot<Guid>
{
public Guid SomeThingId { get; set; }
[ForeignKey("SomeThingId")]
public AppUser UserInfo { get; set; }
}
如何用AppUser作为导航属性
自定义的UserInfo,Entity也不继承FullAuditedAggregateRootWithUser
git上搜了一圈没有太好的解决方案
商业版ABP Suite能解决,可有钱买商业版我也不会找解决方案了