using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JinYuan.MES.Models { internal class GetDMCJetCodeParam { /// /// 设备编号 /// public string equipNum { get; set; } /// /// 托盘码 /// public string containerCode { get; set; } /// /// 产品条码 /// public List identificationList { get; set; } } }