订单状态统一
This commit is contained in:
@@ -10,7 +10,7 @@ public interface TableConstant {
|
||||
@Getter
|
||||
enum Status {
|
||||
REFUNDING("refunding"), REFUND("refund"), CLOSED("closed"), CREATE("create"),
|
||||
UNPAID("unpaid"), PAYING("paying"), RETURN("return"), CANCEL("cancel");
|
||||
UNPAID("unpaid"), PAYING("paying"), RETURN("return"), CANCELLED("cancelled");
|
||||
private final String value;
|
||||
Status(String value) {
|
||||
this.value = value;
|
||||
|
||||
Reference in New Issue
Block a user