mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
pom优化,让其更独立
This commit is contained in:
parent
d7914a897c
commit
292fda421d
@ -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>
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
package org.dromara.common.log.aspect;
|
||||
|
||||
import org.dromara.common.core.domain.model.LoginUser;
|
||||
|
||||
public interface CommonLogTenantIntercept {
|
||||
|
||||
Object getTenantId();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user