mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-30 04:36:35 +08:00
8 lines
62 B
PHP
8 lines
62 B
PHP
<?php
|
|
|
|
namespace app\model;
|
|
|
|
class AdminApp extends Base {
|
|
|
|
}
|