Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundOrderDetailController.cs
@@ -1,9 +1,5 @@ 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_DTO.Stock; using WIDESEA_IOutboundService; using WIDESEA_Model.Models; @@ -19,6 +15,5 @@ public OutboundOrderDetailController(IOutboundOrderDetailService service) : base(service) { } } } }