dengjunjie
6 天以前 1c8f0035e164e9780d8c35a32fc1524d67ff9d9d
新建文件夹/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs
@@ -1,4 +1,5 @@
锘縰sing WIDESEA_IBasicService;
using WIDESEA_IWMsInfoServices;
namespace WIDESEA_BasicService
{
@@ -8,16 +9,13 @@
        public ILocationInfoService LocationInfoService { get; }
        public IMaterielInfoService MaterielInfoService { get; }
        public IWarehouseService WarehouseService { get; }
        public IMaterielCodeInfoService MaterielCodeInfoService { get; }
        public BasicService(ILocationInfoService locationInfoService, IMaterielInfoService materielInfoService, IWarehouseService warehouseService, IPalletCodeInfoService palletCodeInfoService, IMaterielCodeInfoService materielCodeInfoService)
        public BasicService(ILocationInfoService locationInfoService, IWarehouseService warehouseService, IPalletCodeInfoService palletCodeInfoService, IMaterielCodeInfoService materielCodeInfoService)
        {
            LocationInfoService = locationInfoService;
            MaterielInfoService = materielInfoService;
            WarehouseService = warehouseService;
            PalletCodeInfoService = palletCodeInfoService;
            MaterielCodeInfoService = materielCodeInfoService;