1
huangxiaoqiang
10 天以前 dda095e27b535d5748340f127c5f83c0d1324226
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Location/ILocationInfoService.cs
@@ -4,7 +4,7 @@
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);