开始演示用例页面

This commit is contained in:
augushong
2024-07-07 23:29:23 +08:00
parent 50b478d6c6
commit 575d432982
5 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\common\event\AdminMenuTab;
use base\common\event\AdminMenuTab\DemoEventBase;
class DemoEvent extends DemoEventBase
{
}