using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Core.Utilities { /// /// 调用MES请求上下料对象 /// public class EquipONorUPrequest { /// /// 设备编号 /// public string Devid { get; set; } /// /// 工单号 /// public string BatchNo { get; set; } /// /// 工序 /// public string GXBatchNo { get; set; } } }