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

org.ccs.openim.chat.vo.AppletInfo Maven / Gradle / Ivy

package org.ccs.openim.chat.vo;

import lombok.Data;

/**
 * @author chenjh
 */
@Data
public class AppletInfo {
    private String id;
    private String name;
    private String appID;
    private String icon;
    private String url;
    private String md5;
    private Long size;
    private String version;
    private Integer priority;
    private Integer status;
    private Long createTime;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy