class AuthCaptchaToken extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
captchaCode |
private String |
captchaKey |
private String |
dept |
private String |
role |
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
AuthCaptchaToken(String dept,
String role,
String captchaKey,
String captchaCode) |
private static final long serialVersionUID
private final String dept
private final String role
private final String captchaKey
private final String captchaCode
Copyright © 2023 Zodiac. All rights reserved.