摘要: 一、导航属性 1、错误代码: [Table("Job")] public class JobModel { [Key] public int JId { get; set; } public string Type { get; set; } [ForeignKey("CName")] public 阅读全文
posted @ 2021-07-16 20:20 古之召虎 阅读(63) 评论(0) 推荐(0)