mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-06-24 20:05:57 +08:00
16 lines
153 B
PHP
16 lines
153 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: zhc
|
|
* Date: 2019/12/16
|
|
* Time: 10:37
|
|
*/
|
|
|
|
namespace app\admin\controller;
|
|
|
|
|
|
class Index
|
|
{
|
|
|
|
}
|