Commit e6f99c64 by feixiang

通知枚举

parent 860f216e
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/7/5
* Time: 13:15
*/
namespace Hdll\Services\Order\Enum;
class NoticeEnum
{
const WX_SEND = 1;
const SMS_SEND = 2;
}
\ 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