添加状态字段
parent
67f2d5bb33
commit
58e053dd7e
|
@ -66,7 +66,7 @@ public class Source extends BaseEntity {
|
||||||
private String connectionParams;
|
private String connectionParams;
|
||||||
|
|
||||||
@Excel(name ="状态")
|
@Excel(name ="状态")
|
||||||
private String states;
|
private String status;
|
||||||
|
|
||||||
@Excel(name ="用户名")
|
@Excel(name ="用户名")
|
||||||
private String username;
|
private String username;
|
||||||
|
|
Loading…
Reference in New Issue