This commit is contained in:
menxipeng
2025-11-08 13:06:18 +08:00
parent 9e185b8e70
commit a7ce70b2ce
2 changed files with 65 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ public enum PayStatusEnum {
// `pay_status` int DEFAULT NULL COMMENT '支付状态 1 待支付 2 待出货 3 待退款 4 已退款 5 已完成',
CREATE(1, "待支付"),
PENDING(2,"已完成"),
COMPLETE(2,"已完成"),
WAIT_REFUND(3,"待退款"),
REFUND(4,"已退款"),
;