using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MisDataSaveDate.MOM { /// /// 缓存位置查询 /// public class DeviceInfo { /// /// 请求编号 /// public string id { get; set; } = ""; /// /// 请求方标识 /// public string callcode { get; set; } = ""; /// /// 工位号 /// public string containerNo { get; set; } = ""; } }