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

View File

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