1
yangpeixing
4 天以前 48e2278d7ac330c7f05deda6f884acb6f01206b4
WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderDetailAddDTO.cs
@@ -19,6 +19,8 @@
        /// 物料名称
        /// </summary>
        public string MaterielName { get; set; }
        public int MaterielType {  get; set; }
        /// <summary>
        /// 批次号
        /// </summary>
@@ -63,5 +65,7 @@
        public string LocationName { get; set; }
        public string SupplierBatch { get; set; }
        public string OrinalLocation { get; set; }
    }
}