'required|nonempty|integer|exists:lanzu_service_personnel,id', ]; } public function messages(): array { return [ 'service_personnel_id.*' => ':attribute信息不正确', ]; } public function attributes(): array { return [ 'service_personnel_id' => '服务专员', ]; } }