摘要:
[Table("School")] public class School : Entity<int> { public string Name { get; set; } public virtual List<Student> Students { get; set; } } [Table("S 阅读全文
posted @ 2020-07-08 15:23
liuyong111
阅读(507)
评论(0)
推荐(0)
摘要:
Abp级联查询,主要要设置主子表的外键关系。 [Table("School")] public class School : Entity<int> { public string Name { get; set; } public virtual List<Student> Students { 阅读全文
posted @ 2020-07-08 15:16
liuyong111
阅读(1437)
评论(0)
推荐(0)

浙公网安备 33010602011771号