using MESClassLibrary.EFModel; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MESClassLibrary.Model { public class tb_Plan_243Model : tb_Plan_243 { public string PartName { get; set; } } }