mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
优化基类的属性访问修饰符
Signed-off-by: 唐振超 <imtzc@qq.com>
This commit is contained in:
parent
275e21dad5
commit
89810681aa
@ -16,6 +16,6 @@ public class TenantEntity extends BaseEntity {
|
||||
/**
|
||||
* 租户编号
|
||||
*/
|
||||
private String tenantId;
|
||||
protected String tenantId;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user