mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-06-27 21:10:14 +08:00
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
<?php
|
|
|
|
namespace {%namespace%};
|
|
|
|
use think\Controller;
|
|
|
|
class {%className%} extends Controller
|
|
{
|
|
//
|
|
}
|