优化基类的属性访问修饰符

Signed-off-by: 唐振超 <imtzc@qq.com>
This commit is contained in:
唐振超 2025-06-16 06:25:21 +00:00 committed by Gitee
parent 275e21dad5
commit 89810681aa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -16,6 +16,6 @@ public class TenantEntity extends BaseEntity {
/**
* 租户编号
*/
private String tenantId;
protected String tenantId;
}