huanghongfeng
2025-01-24 829eabf256e29392ca63f6da48829dba3b075dfe
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -36,5 +36,9 @@
        WebResponseContent LocationEnableStatus(int key);
        WebResponseContent LocationDisableStatus(int key);
        Dt_LocationInfo? GetLocation(string roadway,int Locationtype);
        Dt_LocationInfo? GetLocation2(string roadway, int Locationtype,int Startingcolumn, int Terminationcolumn);
        Dt_LocationInfo? GetLocationplatform(string LocationName);
    }
}