|
@@ -1,6 +1,6 @@
|
|
|
package org.dromara.archieves.domain;
|
|
package org.dromara.archieves.domain;
|
|
|
|
|
|
|
|
-import org.dromara.common.mybatis.core.domain.BaseEntity;
|
|
|
|
|
|
|
+import org.dromara.common.tenant.core.TenantEntity;
|
|
|
import com.baomidou.mybatisplus.annotation.*;
|
|
import com.baomidou.mybatisplus.annotation.*;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
import lombok.EqualsAndHashCode;
|
|
@@ -16,8 +16,7 @@ import java.io.Serial;
|
|
|
@Data
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
@TableName(value = "sys_tag", autoResultMap = true)
|
|
@TableName(value = "sys_tag", autoResultMap = true)
|
|
|
-@InterceptorIgnore(tenantLine = "true")
|
|
|
|
|
-public class SysTag extends BaseEntity {
|
|
|
|
|
|
|
+public class SysTag extends TenantEntity {
|
|
|
|
|
|
|
|
@Serial
|
|
@Serial
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|