mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
15 lines
293 B
PHP
15 lines
293 B
PHP
<?php
|
|
|
|
namespace app\admin\controller\system;
|
|
|
|
use app\admin\service\annotation\ControllerAnnotation;
|
|
use base\admin\controller\system\UploadfileBase;
|
|
|
|
/**
|
|
* @ControllerAnnotation(title="上传文件管理",module="系统")
|
|
* Class Uploadfile
|
|
*/
|
|
class Uploadfile extends UploadfileBase
|
|
{
|
|
}
|