Commit cc45cbcf by xmy

feat:分销枚举

parent 86a4b2af
...@@ -5,12 +5,15 @@ ...@@ -5,12 +5,15 @@
* Date: 2018/9/18 * Date: 2018/9/18
* Time: 13:58 * Time: 13:58
*/ */
namespace Hdll\Services\BuyerDistribution\Enum; namespace Hdll\Services\BuyerDistribution\Enum;
class DistributionEnum class DistributionEnum
{ {
const STATE_BALANCE_FALSE = 0; //未入账 const STATE_BALANCE_FALSE = 0; //未入账
const STATE_BALANCE_TRUE = 1; //已入账
const STATE_BALANCE_TRUE = 1; //已入账 const STATE_REFUND = 1; //已入账
} }
\ 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