注册参数
| 8 | * 注册参数 |
| 9 | */ |
| 10 | @Data |
| 11 | @Schema(description = "邀请") |
| 12 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected