dengjunjie
2025-10-24 521fdf6c46213cad7c5c55015401154db0e78848
新建文件夹/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)
        {
        }
    }
}