影像配置数据库字段添加
This commit is contained in:
@@ -84,6 +84,11 @@ public class IRaCISDBContext : DbContext
|
||||
{
|
||||
ownedNavigationBuilder.ToJson();
|
||||
});
|
||||
|
||||
entity.OwnsMany(x => x.StudyNameList, ownedNavigationBuilder =>
|
||||
{
|
||||
ownedNavigationBuilder.ToJson();
|
||||
});
|
||||
});
|
||||
|
||||
#region pgsql codefirst 配置 暂时屏蔽
|
||||
|
||||
Reference in New Issue
Block a user