影像配置数据库字段添加

This commit is contained in:
he
2025-02-27 11:16:53 +08:00
parent f471ce1535
commit bf9ce9b213
4 changed files with 52 additions and 0 deletions
@@ -84,6 +84,11 @@ public class IRaCISDBContext : DbContext
{
ownedNavigationBuilder.ToJson();
});
entity.OwnsMany(x => x.StudyNameList, ownedNavigationBuilder =>
{
ownedNavigationBuilder.ToJson();
});
});
#region pgsql codefirst