mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
perf(X-Pack): 定时报告错误信息
This commit is contained in:
committed by
fit2cloud-chenyw
parent
3a320f6483
commit
97341bca43
@@ -4,12 +4,13 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Data
|
||||
public class TableSysVariable {
|
||||
public class TableSysVariable implements Serializable {
|
||||
|
||||
private Long tableId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user