perf(X-Pack): 用户管理-列表增加用户来源

This commit is contained in:
fit2cloud-chenyw 2024-05-18 17:54:39 +08:00
parent 535d6f8770
commit aba8ec5aaa
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit b550857633fc2ce85f895a2953661fe3954ecf06
Subproject commit 84ddcd508b614bab67e08ca7bdc5e7a37573f59c

View File

@ -28,4 +28,6 @@ public class UserGridVO {
private Long createTime;
@Schema(description = "系统变量")
private String sysVariable;
@Schema(description = "用户来源")
private Integer origin;
}