摘要:
假如有下面两张表 public class Main { public int Id{get;set;} public string Name{get;set}; public virtual ICollection<Detail> Details{get;set;} } public class 阅读全文
posted @ 2017-10-28 13:35
毛毛虫
阅读(656)
评论(0)
推荐(0)