1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-06-17 10:55:24 +08:00
2020-06-12 22:24:27 +08:00

12 lines
160 B
PHP
Executable File

<?php
namespace app\admin\controller;
class Arrange extends Base
{
public function index(){
return $this->fetch();
}
}