using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Entity.DomainModels.Mes { public class PADRequest { /// /// 辊道线编号 /// public string code { get; set; } /// /// 托盘类型 /// public string palletCode { get; set; } } }