1
huangxiaoqiang
2025-07-22 3d55f1cebc6d9d4f0a3a25e22435d18df66595d8
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Location/ILocationInfoService.cs
@@ -14,4 +14,6 @@
    Task<WebResponseContent> initializeLocation(int locationID);
    WebResponseContent CreateLocation(int x, int y, int z, int locType, int areaId);
    WebResponseContent HandOutTask(int locationID);
}