mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(X-Pack): 同步管理,优化更新任务的逻辑
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: e8688b685b...2b68088020
@@ -1,5 +1,6 @@
|
||||
package io.dataease.api.sync.task.dto;
|
||||
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@@ -8,6 +9,7 @@ import lombok.Setter;
|
||||
*/
|
||||
@Setter
|
||||
@Getter
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class TableField {
|
||||
private String fieldSource;
|
||||
private String fieldName;
|
||||
|
||||
Reference in New Issue
Block a user