wanshenmean
4 天以前 c4c82824f408176298d48aea46056010a1674401
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/SplitPalletConfirmRequestDto.cs
@@ -9,5 +9,10 @@
        /// 源托盘号
        /// </summary>
        public string PalletCode { get; set; }
        /// <summary>
        /// 设备名称(用于动态MES凭证查询)
        /// </summary>
        public string DeviceName { get; set; }
    }
}