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

io.github.biezhi.wechat.api.model.KeyItem Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package io.github.biezhi.wechat.api.model;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

/**
 * KeyItem
 *
 * @author biezhi
 * @date 2018/1/19
 */
@Data
public class KeyItem {

    @SerializedName("Key")
    private Integer key;

    @SerializedName("Val")
    private Integer val;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy