添加状态字段

master
lwj 2024-08-25 11:49:16 +08:00
parent 728d708c6f
commit 67f2d5bb33
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ public class Source extends BaseEntity {
@Excel(name ="连接参数") @Excel(name ="连接参数")
private String connectionParams; private String connectionParams;
@Excel(name ="状态")
private String states;
@Excel(name ="用户名") @Excel(name ="用户名")
private String username; private String username;