1
liuying
2024-04-25 4b9a6f3c7ed2a6e94b28459eac5f1f64eb36826d
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/WmsMaterial/Dto/WmsMaterialOutput.cs
@@ -163,7 +163,7 @@
        public List<WmsSubstituteGoodOutput> SubstituteGoodList { get; set; }
        /// <summary>
        /// 往来关系
        /// 往来单位
        /// </summary>
        public List<BaseCustomerOutput> BaseCustomerList { get; set; }
    }