RealMapService.java 209 Bytes
package com.bsth.service.realcontrol;

import java.util.Map;

/**
 * Created by panzhao on 2016/11/23.
 */
public interface RealMapService {
    Map<String, Object> stationSpatialData(String idx);
}