mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-01 18:57:13 +08:00
新增:新增修改密码功能,并优化部分以往代码
This commit is contained in:
@@ -44,9 +44,9 @@ public class LoginRequest implements Serializable {
|
||||
private String username;
|
||||
|
||||
/**
|
||||
* 密码
|
||||
* 密码(加密后)
|
||||
*/
|
||||
@Schema(description = "密码")
|
||||
@Schema(description = "密码(加密后)")
|
||||
@NotBlank(message = "密码不能为空")
|
||||
private String password;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user