提交 f0d372d0 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台
...@@ -3,6 +3,8 @@ package org.jeecg.modules.system.entity; ...@@ -3,6 +3,8 @@ package org.jeecg.modules.system.entity;
import java.util.Date; import java.util.Date;
import com.baomidou.mybatisplus.annotation.TableLogic; import com.baomidou.mybatisplus.annotation.TableLogic;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.jeecg.common.aspect.annotation.Dict; import org.jeecg.common.aspect.annotation.Dict;
import org.jeecgframework.poi.excel.annotation.Excel; import org.jeecgframework.poi.excel.annotation.Excel;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;
...@@ -53,11 +55,13 @@ public class SysUser implements Serializable { ...@@ -53,11 +55,13 @@ public class SysUser implements Serializable {
/** /**
* 密码 * 密码
*/ */
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String password; private String password;
/** /**
* md5密码盐 * md5密码盐
*/ */
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String salt; private String salt;
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册