mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-05-01 04:56:34 +08:00
9 lines
63 B
PHP
9 lines
63 B
PHP
<?php
|
|
|
|
namespace app\model;
|
|
|
|
|
|
class AdminApp extends Base {
|
|
|
|
}
|