修改shop实体类

pull/3/head
ASUS 2023-12-19 16:20:42 +08:00
parent b7e8563b10
commit 6894770e6f
1 changed files with 2 additions and 2 deletions

View File

@ -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;