Commit 89fa2771 by feixiang

买家状态枚举

parent f1c207e9
...@@ -11,4 +11,8 @@ class BuyerEnum ...@@ -11,4 +11,8 @@ class BuyerEnum
{ {
const SCORE = 0; const SCORE = 0;
//state
const STATE_NORMAL = 0;
const STATE_FREEZE = 0;
} }
\ 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