支付占桩订单

This commit is contained in:
2023-08-18 11:19:58 +08:00
parent 09f1588a99
commit 027c7513aa
2 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ package com.jsowell.common.enums.uniapp;
*/
public enum OrderPileOccupyPayStatusEnum {
UN_PAY("0", "未支付"),
PAYMENT_COMPLETION("1", "支付"),
PAYMENT_COMPLETION("1", "支付完成"),
NO_PAYMENT_REQUIRED("2", "无需支付"),
;