File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/entity Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 33import java .util .Date ;
44
55import com .baomidou .mybatisplus .annotation .TableLogic ;
6+ import com .fasterxml .jackson .annotation .JsonIgnore ;
7+ import com .fasterxml .jackson .annotation .JsonProperty ;
68import org .jeecg .common .aspect .annotation .Dict ;
79import org .jeecgframework .poi .excel .annotation .Excel ;
810import org .springframework .format .annotation .DateTimeFormat ;
@@ -53,11 +55,13 @@ public class SysUser implements Serializable {
5355 /**
5456 * 密码
5557 */
58+ @ JsonProperty (access = JsonProperty .Access .WRITE_ONLY )
5659 private String password ;
5760
5861 /**
5962 * md5密码盐
6063 */
64+ @ JsonProperty (access = JsonProperty .Access .WRITE_ONLY )
6165 private String salt ;
6266
6367 /**
You can’t perform that action at this time.
0 commit comments