摘要: 一、Model层 与数据库关联的表 [Table("CityInfo")] public class CityInfo { [Key] public int CId { get; set; } public string CName { get; set; } public int PId { ge 阅读全文
posted @ 2021-09-23 21:15 疾风回荡寻真途 阅读(104) 评论(0) 推荐(0)