操作日志新增消耗时间属性
This commit is contained in:
@ -250,6 +250,7 @@ public class SysUser extends BaseEntity
|
||||
this.password = password;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSalt()
|
||||
{
|
||||
return salt;
|
||||
|
Reference in New Issue
Block a user