tp5 权限设置

==============================

<?php
/**
* Created by PhpStorm.
* User: 14155
* Date: 2018/11/10
* Time: 0:35
*/

namespace app\lib\enum;

/**
* 权限设置
* Class ScopeEnum
* @package app\lib\enum
*/
class ScopeEnum
{
const User = 16;

const Super = 32;
}
==============================

 

 

posted @ 2018-11-10 00:41  林间有风-邓  阅读(1546)  评论(0编辑  收藏  举报