ÏîÄ¿´úÂë/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> @@ -59,5 +61,11 @@ /// åºä½ /// </summary> public string StorageLocationCode { get; set; } public string LocationName { get; set; } public string SupplierBatch { get; set; } public string OrinalLocation { get; set; } } }