10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
|
/**
|
||
|
* 创建
|
||
|
* @return \think\Response
|
||
|
* @date {%DATE%}
|
||
|
*/
|
||
|
public function create()
|
||
|
{
|
||
|
return app('json')->success($this->service->getCrudForm());
|
||
|
}
|