| | |
| | | import com.zt.common.annotation.OssField; |
| | | import com.zt.common.entity.BusiEntity; |
| | | import com.zt.common.validator.group.DefaultGroup; |
| | | import com.zt.core.oss.dto.OssDto; |
| | | import com.zt.life.sys.dto.OssDto; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.hibernate.validator.constraints.Range; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import javax.validation.constraints.Email; |
| | |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @TableName("SYS_USER") |
| | | public class SysUser extends BusiEntity { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "用户名", required = false) |
| | |
| | | @OssField("用户头像") |
| | | @ApiModelProperty(value = "用户头像") |
| | | @TableField(exist = false) |
| | | private OssDto avatar; |
| | | private OssDto files; |
| | | |
| | | @ApiModelProperty(value = "岗位ID列表") |
| | | @TableField(exist = false) |