项目代码/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; } }