Browse Source

core

master
chenchaod 1 month ago
parent
commit
4b37560a4b

+ 1
- 1
gly-base-core/src/main/java/cn/com/taiji/core/entity/dict/issue/ChargeMethod.java View File

@@ -17,7 +17,7 @@ public enum ChargeMethod {

ALIPAY("支付宝"),

WECHAT("微信"),
WEIXINPAY("微信"),
;

private String value;

Loading…
Cancel
Save