mirror of https://gitee.com/stylefeng/roses
【8.0】BaseBusinessEntity去掉租户id
parent
2e68aff41a
commit
9ff77a9e6d
|
@ -62,11 +62,4 @@ public class BaseBusinessEntity extends BaseEntity {
|
||||||
@TableLogic
|
@TableLogic
|
||||||
private String delFlag;
|
private String delFlag;
|
||||||
|
|
||||||
/**
|
|
||||||
* 租户号
|
|
||||||
*/
|
|
||||||
@TableField("tenant_id")
|
|
||||||
@ChineseDescription("租户号")
|
|
||||||
private Long tenantId;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue