摘要:
超级细致体验版本 1--首先在Model层创建我们需要的字段和表 [Table("Info")] public class InfoModel { [Key] public int Id { get; set; } public string Type { get; set; } public st 阅读全文
摘要:
--添加方法(后端) 1、Model层添加字段属性 [Table("Student")] public class Student { [Key] public int SId { get; set; } public string SName { get; set; } public string 阅读全文