个人中心修改密码2

This commit is contained in:
2025-09-18 15:25:32 +08:00
parent 11e48acc81
commit 1b2bf542fa
4 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1,12 @@
package com.fuyuanshen.app.model;
import lombok.Data;
@Data
public class AppUpdatePasswordBody {
/**
* 登录密码
*/
private String password;
}