Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Check/CheckOrderController.cs
@@ -1,7 +1,4 @@ using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core.BaseController; using WIDESEA_ICheckService; using WIDESEA_Model.Models; @@ -18,6 +15,5 @@ public CheckOrderController(ICheckOrderService service) : base(service) { } } } }