查询会员订单数量bug修复

This commit is contained in:
2024-08-30 11:26:23 +08:00
parent 52410b73f1
commit 9ea2ecf552
3 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ import java.math.BigDecimal;
@Data
public class ShopUserInfoVo implements Serializable {
private Integer id;
private Integer userId;
private String headImg;
private String nickName;
private Object sex;