This commit is contained in:
Cauchy
2023-10-12 16:38:30 +08:00
parent 9978724a5d
commit 5c2cc8529b
17 changed files with 106 additions and 99 deletions

View File

@@ -38,4 +38,10 @@ public class ClockInCommentVo {
private String avatar;
private String puserNickName;
private String puserAvatar;
private List<ClockInCommentVo> subCommentList;
}

View File

@@ -1,7 +1,6 @@
package com.peanut.modules.book.vo;
import lombok.Data;
import java.math.BigDecimal;
@@ -36,7 +35,7 @@ public class ShopCartVo {
/**
* 商品活动单价
*/
private Integer proudictBook;
private Integer productBook;
private String image;
private String productName;