新建文件夹/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/InventoryInfoController.cs
@@ -1,5 +1,6 @@ 锘縰sing Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using WIDESEA_Core; using WIDESEA_Core.BaseController; using WIDESEA_IWMsInfoServices; using WIDESEA_Model.Models; @@ -14,5 +15,7 @@ public InventoryInfoController(IInventoryInfoService service) : base(service) { } } }