Merge remote-tracking branch 'origin/dev/dev' into dev/dev
This commit is contained in:
@@ -10,4 +10,6 @@ public class Product extends BaseEntity{
|
||||
private String title; //商品名称
|
||||
|
||||
private Integer price; //价格(分)
|
||||
|
||||
private Integer credits; // 积分
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user