C#_MVC_Repository_CRUD_Model】的更多相关文章

using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace iFlytekDemo.Models { /// <summary> /// 城市实体 /// </summary> public class City { /// <summary> /// 城市编号 /// </summary> [Key] public int CityID {…