'required|numeric', 'service_type' => 'required|numeric', 'remark' => 'nullable', ]; } public function attributes() { return [ 'site_id' => '项目', 'service_type' => '选择服务', 'remark' => '备注', ]; } }