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

io.gitee.huangguiming.Imcode.param.CreateGroupAbstractParam Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package io.gitee.huangguiming.Imcode.param;

import lombok.Data;

/**
 * 创建群组参数抽象类
 */
@Data
public abstract class CreateGroupAbstractParam {
    /**
     * 群名字,必填
     */
    private String Name;

    /**
     * 群类型 查阅更多可以看GroupType类
     */
    private String Type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy