mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
14 lines
180 B
PHP
14 lines
180 B
PHP
<?php
|
|
|
|
namespace app\common\constants;
|
|
|
|
use base\common\constants\MenuConstantBase;
|
|
|
|
/**
|
|
* 菜单常量
|
|
* Class MenuConstant.
|
|
*/
|
|
class MenuConstant extends MenuConstantBase
|
|
{
|
|
}
|