Commit cc45cbcf by xmy

feat:分销枚举

parent 86a4b2af
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* 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
...@@ -13,4 +14,6 @@ class DistributionEnum ...@@ -13,4 +14,6 @@ class DistributionEnum
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