Merge remote-tracking branch 'origin/dev/dev' into dev/dev

This commit is contained in:
shahaibo
2024-04-02 10:15:49 +08:00
16 changed files with 155 additions and 239 deletions

View File

@@ -10,4 +10,6 @@ public class Product extends BaseEntity{
private String title; //商品名称
private Integer price; //价格(分)
private Integer credits; // 积分
}