GeoStation.java 129 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.bsth.entity.geo_data; /** * Created by panzhao on 2017/12/7. */ public class GeoStation { private int id; }