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

io.gitee.huangguiming.Imcode.param.CreateBasicsGroupParam 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 class CreateBasicsGroupParam extends CreateGroupAbstractParam{
    /**
     * 群主ID 选填
     */
    private String Owner_Account;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy