update ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysUserPost.java.

序列化user对象排除password字段;
This commit is contained in:
傲然与小怪兽 2022-03-09 13:51:53 +00:00 committed by Gitee
parent 33694c860f
commit 3df5e87032
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
*
* @author ruoyi
*/
@JsonIgnoreProperties("password")
public class SysUserPost
{
/** 用户ID */