using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace wcftest.EnumDefine { /// ///组盘 参数 /// public class bindContinerEntity { /// /// 是否是解绑 /// public bool isUnbind { get; set; } /// /// 托盘号 /// public string plateCode { get; set; } /// /// 空间占比 /// public string percentAge { get; set; } public List dataList { get; set; } /// /// 创建人 【Editby shaocx,2024-02-27】 /// public string creator { get; set; } } public class bindContinerList { /// /// 标签条码 /// public string ExtendField06 { get; set; } } }