更新模板
This commit is contained in:
@@ -17,6 +17,12 @@ class CodeGenerationController extends BaseController
|
||||
$this->service = CodeGenerationService::getInstance();
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成代码
|
||||
* @Method POST
|
||||
* @return JsonResponse
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function generation()
|
||||
{
|
||||
$this->insertField = [
|
||||
|
||||
Reference in New Issue
Block a user