This commit is contained in:
wangjinlei
2020-11-12 17:14:52 +08:00
parent d027ec5635
commit 824380664c
167 changed files with 40909 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace {%namespace%};
use think\Controller;
class {%className%} extends Controller
{
//
}