huangxiaoqiang
2025-11-28 dfb67ae65d678da26d0fa880efa185591d6ff970
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Location/ILocationInfoService.cs
@@ -4,8 +4,10 @@
public interface ILocationInfoService : IService<DtLocationInfo>
{
    Task<WebResponseContent> initializeLocation(int locationID);
    Task<WebResponseContent> initializeLocation(string locationCode);
    WebResponseContent CreateLocation(int x, int y, int z, int locType, int areaId);
    WebResponseContent CreateLocation(string AreaName, int x, int y, int areaId, string Floor);
}