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

org.treeleafj.xmax.bean.ClientInfo Maven / Gradle / Ivy

The newest version!
package org.treeleafj.xmax.bean;

import lombok.Data;

/**
 * 客户端信息工具
 *
 * @Author leaf
 * 2015/9/4 0004 18:58.
 */
@Data
public class ClientInfo {

    /**
     * 客户端IP
     */
    private String ip;

    /**
     * 客户端是否是移动端
     */
    private boolean mobile;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy