pom优化,让其更独立

This commit is contained in:
lizhengwei 2025-12-01 15:24:15 +08:00
parent d7914a897c
commit 292fda421d
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,10 @@
</description>
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-json</artifactId>

View File

@ -1,7 +1,5 @@
package org.dromara.common.log.aspect;
import org.dromara.common.core.domain.model.LoginUser;
public interface CommonLogTenantIntercept {
Object getTenantId();