修改数据源实体类

master
lwj 2024-08-22 08:50:39 +08:00
parent 017137618e
commit 0f576559b5
1 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,16 @@ public class SourceReq extends BaseEntity {
@Excel(name = "最大等待次数")
private Long maxWaitTimes;
@Excel(name ="连接参数")
private String connectionParams;
@Excel(name ="用户名")
private String username;
@Excel(name ="密码")
private String password;
@Override
public String toString() {
return "SourceReq{" +