Commit 10b1ea6e by feixiang

打款来源枚举增加

parent 4baa25c6
...@@ -14,4 +14,8 @@ class TransferEnum ...@@ -14,4 +14,8 @@ class TransferEnum
const FAIL = 1; const FAIL = 1;
const RETRY = 2; const RETRY = 2;
const ORIGIN_FRONTEND = 1; //前台打款
const ORIGIN_BACKEND = 2; //前台打款
} }
\ No newline at end of file
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