支付状态新增待补缴

This commit is contained in:
2024-01-17 17:09:50 +08:00
parent ede56dbc83
commit c203650a3c
6 changed files with 8 additions and 14 deletions

View File

@@ -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;