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

com.liuchink.chinkutils.baidu.bean.suggestion.PlaceSuggestionRespChildren Maven / Gradle / Ivy

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

import java.io.Serializable;

import com.alibaba.fastjson.annotation.JSONField;

import lombok.Data;

/**
 * @author liugang
 * @since 2020/9/21 16:13
 */
@Data
public class PlaceSuggestionRespChildren  {
	private static final long serialVersionUID = -4840961979809008128L;
	private String uid;
	private String name;
	@JSONField(name = "show_name")
	private String showName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy