Fix cannot construct instance of StreamingTaskTriggerResponse

This commit is contained in:
旧城 2024-04-11 14:13:53 +08:00 committed by GitHub
parent f93b27e121
commit 2b5f8433b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -19,9 +19,11 @@ package org.apache.dolphinscheduler.extract.master.transportor;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class StreamingTaskTriggerResponse {
private boolean success;