完成购物车的修改~

This commit is contained in:
YunaiV
2020-08-15 18:27:55 +08:00
parent 8818b350d6
commit 9fb421360f
13 changed files with 89 additions and 62 deletions

View File

@@ -36,7 +36,7 @@ public class PriceProductCalcReqDTO implements Serializable {
*/
@Data
@Accessors(chain = true)
public static class Item {
public static class Item implements Serializable {
/**
* SKU 编号

View File

@@ -47,7 +47,7 @@ public class PriceProductCalcRespDTO implements Serializable {
*/
@Data
@Accessors(chain = true)
public static class ItemGroup {
public static class ItemGroup implements Serializable {
/**
* 优惠活动
@@ -79,7 +79,7 @@ public class PriceProductCalcRespDTO implements Serializable {
@Data
@Accessors(chain = true)
public static class Item {
public static class Item implements Serializable {
/**
* 商品 SPU 编号
@@ -149,7 +149,7 @@ public class PriceProductCalcRespDTO implements Serializable {
*/
@Data
@Accessors(chain = true)
public static class Fee {
public static class Fee implements Serializable {
/**
* 购买总价
@@ -188,7 +188,7 @@ public class PriceProductCalcRespDTO implements Serializable {
*/
@Data
@Accessors(chain = true)
public static class Postage {
public static class Postage implements Serializable {
/**
* 需要满足多少钱,可以包邮。单位:分