Commit a0f0b867 by xmy

feat:# 1.0.76

     - 购物车枚举
parent d76a08af
# 1.0.76
- 购物车枚举
# 1.0.75
- 添加rpc接口-批量查询指定店铺下买家佣金钱包
......
<?php
/**
* Created by PhpStorm.
* User: work
* Date: 2019-03-08
* Time: 11:08
*/
namespace Hdll\Services\Goods\Enum;
class ShoppingCartEnum
{
const NO_SETTLEMENT = 0;
const HAS_BEEN_SETTLED = 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