刘磊
2025-06-25 2de09bec5cc05bf875543fa8956167ca7db73021
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WCS/WCSController.cs
@@ -1,9 +1,11 @@
锘縰sing AutoMapper.Configuration.Annotations;
锘縰sing Autofac.Core;
using AutoMapper.Configuration.Annotations;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using WIDESEA_Core.BaseController;
using WIDESEA_DTO;
using WIDESEA_IStoragIntegrationServices;
using WIDESEA_StoragIntegrationServices;
namespace WIDESEA_WMSServer.Controllers;
@@ -20,5 +22,5 @@
        _WCSService = WCSService;
    }
}