mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 12:22:10 +08:00
@@ -4,13 +4,12 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Data
|
||||
public class TableSysVariable implements Serializable {
|
||||
public class TableSysVariable {
|
||||
|
||||
private Long tableId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user