[Feature]MM2管理-采集MM2指标任务(#894)

This commit is contained in:
zengqiao
2023-02-09 14:53:38 +08:00
committed by EricZeng
parent 6ba3dceb84
commit caccf9cef5
5 changed files with 250 additions and 0 deletions

View File

@@ -45,4 +45,14 @@ public class KSConnector implements Serializable {
* 状态
*/
private String state;
/**
* 心跳检测connector名称
*/
private String heartbeatConnectorName;
/**
* 进度确认connector名称
*/
private String checkpointConnectorName;
}

View File

@@ -47,4 +47,14 @@ public class ConnectorPO extends BasePO {
* 状态
*/
private String state;
/**
* 心跳检测connector
*/
private String heartbeatConnectorName;
/**
* 进度确认connector
*/
private String checkpointConnectorName;
}