wanshenmean
2 天以前 165d9665316da78056a85a12da8ae56e7fe51b0a
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; }
    }
}