存客宝应用接口初始化
This commit is contained in:
17
application/common/model/Menu.php
Normal file
17
application/common/model/Menu.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 菜单模型类
|
||||
*/
|
||||
class Menu extends Model
|
||||
{
|
||||
const STATUS_ACTIVE = 1;
|
||||
const TOP_LEVEL = 0;
|
||||
|
||||
// 设置数据表名
|
||||
protected $name = 'menus';
|
||||
}
|
||||
Reference in New Issue
Block a user