fix 租户id类型

master
jay 2024-06-13 10:06:55 +08:00
parent b4f1aefbf6
commit 5307bb3d75
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ package cc.iotkit.common.tenant.dao;
public interface TenantAware { public interface TenantAware {
void setTenantId(String tenantId); void setTenantId(Long tenantId);
} }