Commit f14c8f9c authored by zengtianlai3's avatar zengtianlai3

2.3.5代码质量:可序列化类中存在可序列化的敏感信息

parent 45dea0c8
......@@ -32,7 +32,7 @@ public class User implements Serializable {
private Integer userId;
@ApiModelProperty("密码")
private String password;
private transient String password;
@ApiModelProperty("用户名")
private String userName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment