yanjinhui
2025-10-20 614945e153d38d1dadf5beb1e1d4dbc6db07c226
新建文件夹/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)
        {
        }
    }
}