10 lines
192 B
Plaintext
Raw Normal View History

2025-03-12 10:47:34 +08:00
/**
* 创建
* @return \think\Response
* @date {%DATE%}
*/
public function create()
{
return app('json')->success($this->service->getCrudForm());
}