bug fix
This commit is contained in:
@@ -38,4 +38,10 @@ public class ClockInCommentVo {
|
||||
|
||||
private String avatar;
|
||||
|
||||
private String puserNickName;
|
||||
|
||||
private String puserAvatar;
|
||||
|
||||
private List<ClockInCommentVo> subCommentList;
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user