1
huanghongfeng
2024-12-02 e2a5657e3a0b8615bcd78a3149e5ba9ce5579bb8
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -36,5 +36,8 @@
        WebResponseContent LocationEnableStatus(int key);
        WebResponseContent LocationDisableStatus(int key);
        Dt_LocationInfo? GetLocation(string roadway,int Locationtype);
        Dt_LocationInfo? GetLocationplatform(string LocationName);
    }
}