添加状态字段

master
lwj 2024-08-25 16:14:45 +08:00
parent 67f2d5bb33
commit 58e053dd7e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Source extends BaseEntity {
private String connectionParams;
@Excel(name ="状态")
private String states;
private String status;
@Excel(name ="用户名")
private String username;