标签:entity mes 类库 增加 架构 collect 实体类 col png
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Northwind.Model { public class Region { public int RegionID { get; set; } public string RegionDescription { get; set; } } }
标签:entity mes 类库 增加 架构 collect 实体类 col png
原文地址:https://www.cnblogs.com/win32pro/p/12817390.html