Commit ad5ae4f1 by ping.wu

Merge branches 'feature/20211018_商品券支持套餐_wuping' and 'master' of…

Merge branches 'feature/20211018_商品券支持套餐_wuping' and 'master' of http://gitlab.freemud.com/order-group-application/order-group
parents bc2cf337 58f008e9
...@@ -21,7 +21,7 @@ public enum PayStatusEnum { ...@@ -21,7 +21,7 @@ public enum PayStatusEnum {
HAVE_PAID(2, "已支付"), HAVE_PAID(2, "已支付"),
HAVE_REFUND(3, "已退款"), HAVE_REFUND(3, "已退款"),
HAVE_PART_REFUND(4, "已经部分退款"), HAVE_PART_REFUND(4, "已经部分退款"),
COMPLETE(5, "完成"); ;
private Integer code; private Integer code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment