操作密码

This commit is contained in:
2025-03-19 14:43:04 +08:00
parent dd945d7d0b
commit 5cb5e4f439
7 changed files with 40 additions and 8 deletions

View File

@@ -15,13 +15,12 @@ public class SysUserEditPwdDTO {
/**
* ID
*/
@NotNull(message = "ID不能为空")
private Long id;
/**
* 原密码
*/
@NotBlank(message = "原密码不为空")
// @NotBlank(message = "原密码不为空")
private String originalPassword;
/**

View File

@@ -37,6 +37,6 @@ public interface SysUserService extends IService<SysUser> {
SysUserDetailVO detail(Integer id);
Boolean editPwd(long sysUserId, SysUserEditPwdDTO sysUserEditPwdDTO);
Boolean editPwd(SysUserEditPwdDTO sysUserEditPwdDTO);
}

View File

@@ -51,6 +51,8 @@ public class OrderInfoRefundDTO implements Serializable {
private String refundReason;
private String pwd;
/**
* 退单明细
* id: orderDetailId