Commit 814be783 by feixiang

反馈来源枚举

parent 0dadc831
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/9/26
* Time: 9:38
*/
namespace Hdll\Services\Feedback\Enum;
class OriginEnum
{
const BUYER = 1;
const SELLER = 2;
const ADMIN = 3;
const ORIGINS = [
self::BUYER,
self::SELLER,
self::ADMIN,
];
}
\ 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