mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
perf(X-Pack): 定时报告错误信息
This commit is contained in:
committed by
fit2cloud-chenyw
parent
1366b5dccc
commit
511247b4c5
@@ -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