File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33import lombok .Data ;
44
55import java .io .Serializable ;
6+ import java .math .BigDecimal ;
67
78/**
89 * 直播商品信息
@@ -14,8 +15,8 @@ public class WxMaLiveGoodInfo implements Serializable {
1415 private String coverImgUrl ;
1516 private String url ;
1617 private Integer priceType ;
17- private String price ;
18- private String price2 ;
18+ private BigDecimal price ;
19+ private BigDecimal price2 ;
1920 private String name ;
2021 /**
2122 * 1, 2:表示是为api添加商品,否则是在MP添加商品
Original file line number Diff line number Diff line change 55import lombok .Data ;
66
77import java .io .Serializable ;
8+ import java .math .BigDecimal ;
89import java .util .List ;
910
1011/**
@@ -66,8 +67,8 @@ public static class Goods implements Serializable {
6667 */
6768 @ SerializedName ("audit_status" )
6869 private Integer auditStatus ;
69- private String price ;
70- private String price2 ;
70+ private BigDecimal price ;
71+ private BigDecimal price2 ;
7172 /**
7273 * 1, 2:表示是为api添加商品,否则是在MP添加商品
7374 */
You can’t perform that action at this time.
0 commit comments