Skip to content

Commit

Permalink
style(all): 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Dec 23, 2024
1 parent 9bddc3d commit 744f9e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@
@Data
public class RegisterUserDTO {

/**
* 用户名
*/
private String username;
/**
* 用户名
*/
private String username;

/**
* 新密码
*/
private String password;
/**
* 新密码
*/
private String password;

/**
* 电话
*/
private String phone;

/**
* 电话
*/
private String phone;
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class SysRegisterController {

/**
* 注册用户
*
* @param registerUserDTO 注册用户 DTO
* @return {@link R }<{@link Boolean }>
*/
Expand Down

0 comments on commit 744f9e8

Please sign in to comment.