wanshenmean
23 小时以前 d14030746fcd0310d3c9b028fe2c0a5b78984eb6
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; }
    }
}