考勤
This commit is contained in:
@ -70,4 +70,9 @@ public class UserDTO implements Serializable {
|
||||
*/
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 头像
|
||||
*/
|
||||
private String avatarUrl;
|
||||
|
||||
}
|
||||
|
||||
@ -130,4 +130,9 @@ public interface UserService {
|
||||
*/
|
||||
String selectAvatarById(Long userId);
|
||||
|
||||
/**
|
||||
* 通过用户id查询头像
|
||||
*/
|
||||
UserDTO selectUser(Long userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user