How to key on move primary key to base table in EF Core 5

后端 未结 0 1456
春和景丽
春和景丽 2021-01-15 12:21
public interface IEntity 
{
    TId Id { get; set; }
}
    
public abstract class Auditable
{
    public int CreatedBy { get; set; }
    public User Creat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题