计算运费

This commit is contained in:
wuchunlei
2023-12-05 16:28:51 +08:00
parent 97b7031d72
commit b3cc17a8b0
2 changed files with 51 additions and 16 deletions

View File

@@ -129,7 +129,7 @@ public class ShopProduct implements Serializable {
*/
private Integer sumSales;
/**
* 商品类型 1: 画册 23:仪器,4:预售书
* 商品类型 01: 画册 0204:仪器,03:预售书
*/
private String goodsType;
private String goodsTypeCode;