肖洋
2025-01-15 ef7ff6f2da6051b0a0db3babd61a29ed69e3e228
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -1,4 +1,5 @@
using WIDESEA_DTO;
using Masuit.Tools.Models;
using WIDESEA_DTO;
namespace WIDESEA_WMSServer.Controllers;
@@ -24,4 +25,9 @@
    {
        return Service.CreateLocation(x, y, z, locType, areaId);
    }
    [HttpPost, AllowAnonymous, Route("initializeLocation")]
    public async Task<WebResponseContent> initializeLocation(int locationID)
    {
        return await Service.initializeLocation(locationID);
    }
}