MCPcopy Create free account
hub / github.com/PlexPt/rocket-pt / InviteParam

Class InviteParam

src/main/java/com/rocketpt/server/dto/param/InviteParam.java:10–24  ·  view source on GitHub ↗

注册参数

Source from the content-addressed store, hash-verified

8 * 注册参数
9 */
10@Data
11@Schema(description = "邀请")
12public class InviteParam {
13
14 private String username;
15
16 private String email;
17
18 @Schema(description = "邀请内容")
19 private String content;
20
21 @Schema(description = "备注")
22 private String remark;
23
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected