fixed:云上传配置无法生效

This commit is contained in:
JaguarJack
2020-11-19 09:42:54 +08:00
parent e4a5ae0c37
commit 78e782dd01
10 changed files with 503 additions and 15 deletions

View File

@@ -0,0 +1,31 @@
<?php
namespace catcher\generate\build\traits;
class MethodReturn
{
public function index()
{
}
public function save()
{
}
public function update()
{
}
public function read()
{
}
public function delete()
{
}
}