Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
牛叉闪闪
2024-09-01 13:37:28 +08:00
15 changed files with 309 additions and 54 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;