1、完善积分充值

2、升级积分扣除机制
3、优化部分代码
This commit is contained in:
2024-03-28 14:43:36 +08:00
parent 737ec594fd
commit 7d967ed41e
12 changed files with 142 additions and 59 deletions

View File

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