更新 bwie-common/src/main/java/com/bwie/common/pojo/Shop.java
parent
8915037779
commit
f6b4b2842f
|
@ -14,9 +14,9 @@ public class Shop {
|
|||
//商品id
|
||||
private Integer shopId;
|
||||
//商品名称
|
||||
private Integer shopName;
|
||||
private String shopName;
|
||||
//商品价格
|
||||
private Integer shopPrice;
|
||||
private double shopPrice;
|
||||
//商品类型id
|
||||
private Integer typeId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue