payne
2024-04-25 2a16b8967fa30a21ce1849ef0bbcb42c5722c060
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; }
    }