Commit 4fb4ad69 by feixiang

联系人枚举

parent a6b0db5d
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/8/23
* Time: 13:42
*/
namespace Hdll\Services\Order\Enum;
class ConsigneeEnum
{
const DEFAULT_ENABLE = 1;
const DEFAULT_DISABLE = 0;
const DEFAULT_ALLOW_VALUE = [
self::DEFAULT_DISABLE,
self::DEFAULT_ENABLE
];
}
\ 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