@@ -44,5 +44,6 @@ public class UserVo {
private String companyName;
private List<Integer> platformIds;
+ private Integer status;
}