更新 bwie-common/src/main/java/com/bwie/common/pojo/Shop.java

master
syl 2023-12-19 16:28:25 +08:00
parent 8915037779
commit f6b4b2842f
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ public class Shop {
//商品id //商品id
private Integer shopId; private Integer shopId;
//商品名称 //商品名称
private Integer shopName; private String shopName;
//商品价格 //商品价格
private Integer shopPrice; private double shopPrice;
//商品类型id //商品类型id
private Integer typeId; private Integer typeId;