Commit 242b7bcb by rui.zhu

Merge branch 'feature/售后单记录支付信息'

parents a05de75d a42067fd
...@@ -7,6 +7,7 @@ public enum PayMethodEnum { ...@@ -7,6 +7,7 @@ public enum PayMethodEnum {
TWX("TWX", "微信", 1), TWX("TWX", "微信", 1),
TSVC("TSVC", "储值卡", 3), TSVC("TSVC", "储值卡", 3),
TOTHER("TOTHER", "其他支付", 10), 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