modelBuilder.Entity<Person>()
.Map(m => { m.Properties(p => new { p.身高, p.体重 }); m.ToTable("A"); })
.Map(m => { m.Properties(p => new { p.身份证号码 }); m.ToTable("B"); });
modelBuilder.Entity<Person>()
.Map(m => { m.Properties(p => new { p.身高, p.体重 }); m.ToTable("A"); })
.Map(m => { m.Properties(p => new { p.身份证号码 }); m.ToTable("B"); });
使用jsonNode去判断实体类的参数是否为空
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M