forked from github/dataease
perf(X-Pack): 用户管理-列表增加用户来源
This commit is contained in:
parent
535d6f8770
commit
aba8ec5aaa
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit b550857633fc2ce85f895a2953661fe3954ecf06
|
||||
Subproject commit 84ddcd508b614bab67e08ca7bdc5e7a37573f59c
|
@ -28,4 +28,6 @@ public class UserGridVO {
|
||||
private Long createTime;
|
||||
@Schema(description = "系统变量")
|
||||
private String sysVariable;
|
||||
@Schema(description = "用户来源")
|
||||
private Integer origin;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user