feat:用户新增租户信息

This commit is contained in:
xiang
2025-09-23 22:09:39 +08:00
parent 9dbecac8ba
commit 8d31023505
2 changed files with 7 additions and 0 deletions

View File

@@ -55,4 +55,9 @@ public class UserResp {
* 修改时间
*/
private LocalDateTime updateTime;
/**
* 租户id
*/
private Long tenantId;
}