IPC-610
2024-12-03 2f0120d0c10ac24603936911ee5812d4e71d2740
Wms/Model/ModelVm/BllAsnVm/PalletBindVm.cs
@@ -165,6 +165,7 @@
        public string Standard { get; set; }
        public string PackagNo { get; set; }
        public string BindType { get; set; }
    }
    public class GetOkLocateVm:IndexPage
@@ -194,4 +195,21 @@
        
    }
    
    /// <summary>
    /// 叠托机托盘绑定
    /// </summary>
    public class PalletsBind
    {
        /// <summary>
        /// 托盘号
        /// </summary>
        public string PalletNo { get; set; }
        /// <summary>
        /// 托盘数量
        /// </summary>
        public int Qty { get; set; }
        public string BindType { get; set; }
    }
}