feat: PayParam 新增订单商品明细列表(goodsDetail)

This commit is contained in:
DaxPay Dev
2026-06-16 23:02:09 +08:00
parent 21327f9feb
commit a7e42d421c
7 changed files with 141 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
-- 订单商品明细列表
ALTER TABLE pay_normal_order ADD COLUMN IF NOT EXISTS goods_detail jsonb;