2025-03-12 10:47:34 +08:00

10 lines
192 B
Plaintext

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