mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
支付状态新增待补缴
This commit is contained in:
@@ -6,7 +6,8 @@ package com.jsowell.common.enums.ykc;
|
||||
public enum OrderPayStatusEnum {
|
||||
unpaid("0", "待支付"),
|
||||
paid("1", "支付完成"),
|
||||
|
||||
pay_nothing("2", "无需支付"),
|
||||
repay("3", "待补缴"),
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user