All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dengchen2020.ip.service.impl.dat.Location Maven / Gradle / Ivy

There is a newer version: 0.0.30
Show newest version
package io.github.dengchen2020.ip.service.impl.dat;

/**
 * 位置
 */
public class Location {

    public String country;

    public String area;

    @Override
    public String toString() {
        return "Location [country=" + country + ", area=" + area + "]";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy