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

15 lines
286 B

6 months ago
using MESClassLibrary.EFModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MESClassLibrary.Model
{
public class PlaceModel : tb_Place
{
public string FactoryName { get; set; }
}
}