chore: 删除无用类
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
package com.youlai.boot.system.model.form;
|
|
||||||
|
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 重置密码表单
|
|
||||||
*
|
|
||||||
* @author Ray
|
|
||||||
* @since 2024/8/13
|
|
||||||
*/
|
|
||||||
@Schema(description = "重置密码表单")
|
|
||||||
@Data
|
|
||||||
public class PasswordResetForm {
|
|
||||||
|
|
||||||
@Schema(description = "用户ID")
|
|
||||||
private Long userId;
|
|
||||||
|
|
||||||
@Schema(description = "密码")
|
|
||||||
private String password;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user