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

com.liuchink.chinkutils.baidu.bean.ip.IpRespContentAddressDetail Maven / Gradle / Ivy

There is a newer version: 0.0.14.RELEASE
Show newest version
package com.liuchink.chinkutils.baidu.bean.ip;

import java.io.Serializable;

import com.alibaba.fastjson.annotation.JSONField;

import lombok.Data;

/**
 * @author liugang
 * @since 2022/2/9 15:47
 */
@Data
public class IpRespContentAddressDetail  {
    private static final long serialVersionUID = -1719761766991035369L;
    private String city;
    @JSONField(name = "city_code")
    private String cityCode;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy