xxyy
2025-03-10 ffe8ac13ba8bc9426f8b5f5b88f094a05b31b7ff
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);
    }
}