浇水bug修改
This commit is contained in:
@@ -65,7 +65,7 @@ public class SysUser extends TenantEntity {
|
||||
/**
|
||||
* 用户头像
|
||||
*/
|
||||
private Long avatar;
|
||||
private String avatar;
|
||||
|
||||
/**
|
||||
* 密码
|
||||
|
||||
@@ -72,6 +72,8 @@ public class SysUserBo extends BaseEntity {
|
||||
*/
|
||||
private String sex;
|
||||
|
||||
private String avatar;
|
||||
|
||||
/**
|
||||
* 密码
|
||||
*/
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
package org.dromara.system.domain.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import io.github.linpeilie.annotations.AutoMapper;
|
||||
import lombok.Data;
|
||||
import org.dromara.common.sensitive.annotation.Sensitive;
|
||||
import org.dromara.common.sensitive.core.SensitiveStrategy;
|
||||
import org.dromara.common.translation.annotation.Translation;
|
||||
import org.dromara.common.translation.constant.TransConstant;
|
||||
import org.dromara.system.domain.SysUser;
|
||||
import io.github.linpeilie.annotations.AutoMapper;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
@@ -78,8 +76,8 @@ public class SysUserVo implements Serializable {
|
||||
/**
|
||||
* 头像地址
|
||||
*/
|
||||
@Translation(type = TransConstant.OSS_ID_TO_URL)
|
||||
private Long avatar;
|
||||
//@Translation(type = TransConstant.OSS_ID_TO_URL)
|
||||
private String avatar;
|
||||
|
||||
/**
|
||||
* 密码
|
||||
|
||||
Reference in New Issue
Block a user