优化现有目录结构

This commit is contained in:
wh
2026-04-14 14:59:46 +08:00
parent c524fb08e1
commit ceaac48051
21 changed files with 1181 additions and 39 deletions

View File

@@ -1,8 +1,9 @@
package com.label.integration;
import com.label.AbstractIntegrationTest;
import com.label.common.redis.RedisKeyManager;
import com.label.common.redis.RedisService;
import com.label.service.RedisService;
import com.label.util.RedisKeyManager;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;