商品模块代码提交

This commit is contained in:
Tankaikai
2025-02-20 09:24:33 +08:00
parent 70e9199b4e
commit fb1cc90ef7
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ public class ShopProductVo implements Serializable {
* 商品名称
*/
private String name;
/**
* sku id
*/
private Long skuId;
/**
* 原价
*/