@@ -151,4 +151,8 @@ public class RemoteUserAccountBo implements Serializable {
*/
private Date updateTime;
+ /**
+ * 租户编号
+ */
+ private String tenantId;
}