一厂MES,含注塑,喷涂,冲孔

14 lines
261 B

6 months ago
using MESClassLibrary.EFModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MESClassLibrary.Model
{
public class tb_Plan_247Model: tb_Plan_247
{
public string PartName { get; set; }
}
}