增加oss模块,支持各种oss上传
This commit is contained in:
@ -2,6 +2,8 @@ package co.yixiang.modules.user.service.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @ClassName PromUserDto
|
||||
* @Author hupeng <610796224@qq.com>
|
||||
@ -12,7 +14,7 @@ public class PromUserDto {
|
||||
private String avatar;
|
||||
private String nickname;
|
||||
private Integer childCount;
|
||||
private Integer numberCount;
|
||||
private BigDecimal numberCount;
|
||||
private Integer orderCount;
|
||||
private Integer uid;
|
||||
private String time;
|
||||
|
Reference in New Issue
Block a user