hutongqing
2024-12-28 f4e01fb44b5428e61780e63d272df1d03f7281f3
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs
@@ -20,11 +20,14 @@
        public IWarehouseService WarehouseService { get; }
        public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService)
        public ISupplierInfoService SupplierInfoService { get; }
        public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService, ISupplierInfoService supplierInfoService)
        {
            LocationInfoService = locationInfoService;
            MaterielInfoService = materielInfoService;
            WarehouseService = warehouseService;
            SupplierInfoService = supplierInfoService;
        }
    }
}