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