记得上下班打卡 | git大法好,push需谨慎

Commit ec38528f authored by GaoHu's avatar GaoHu

用户uid获取用户详细信息

parent 04e011bf
......@@ -4,6 +4,7 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.*;
import java.time.LocalDate;
import java.time.LocalDateTime;
@Data
public class SmileUserVo {
......@@ -180,4 +181,7 @@ public class SmileUserVo {
*/
@ApiModelProperty("擅长3")
private String specialty3;
@ApiModelProperty("创建时间")
private LocalDateTime createdDate;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment