Commit a42067fd by rui.zhu

增加翼支付枚举

parent 087f1d6c
......@@ -7,6 +7,7 @@ public enum PayMethodEnum {
TWX("TWX", "微信", 1),
TSVC("TSVC", "储值卡", 3),
TOTHER("TOTHER", "其他支付", 10),
TYZF("TYZF", "翼支付", 12),
;
......
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