feat(payment): 初始化支付模块基础功能

- 添加订单号生成工具类 OrderIdGenerator
- 定义订单状态枚举 OrderStatus
- 实现OSS文件上传服务接口及阿里云OSS实现
- 添加支付常量类 PaymentConstants
- 创建支付控制器 PaymentController 支持下单、查单和收银台页面
- 新增支付记录实体类 PaymentRecord 用于存储回调和查询记录
This commit is contained in:
2025-12-19 18:13:20 +08:00
parent c338571dc1
commit a544eb6d0e
8 changed files with 597 additions and 0 deletions

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "MTKJPAY",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}