1
huanghongfeng
10 天以前 f49fa4b5027cfdc27b429985d023e8002abcca2e
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -40,5 +40,10 @@
        Dt_LocationInfo? GetLocation(string roadway,int Locationtype);
        Dt_LocationInfo? GetLocation2(string roadway, int Locationtype,int Startingcolumn, int Terminationcolumn);
        Dt_LocationInfo? GetLocationplatform(string LocationName);
        Dt_LocationInfo? GetLocation3(string roadway, int Locationtype);
        Dt_LocationInfo? GetLocation4(string roadway, int Locationtype, int Startingcolumn, int Terminationcolumn);
    }
}