@@ -168,4 +168,9 @@ public class RemoteUserAccountVo implements Serializable {
* 更新时间
*/
private Date updateTime;
+
+ /**
+ * 租户编号
+ */
+ private String tenantId;
}