拆分模块.

This commit is contained in:
lijiahang
2024-10-17 15:25:45 +08:00
parent b33abd3196
commit 3ec43bd8a5
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.orion.visor.module.infra.api;
package com.orion.visor.module.asset.api;
import java.util.List;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.orion.visor.module.infra.api;
package com.orion.visor.module.asset.api;
import java.util.List;

View File

@@ -15,8 +15,8 @@
*/
package com.orion.visor.module.asset.api.impl;
import com.orion.visor.module.asset.api.CommandSnippetApi;
import com.orion.visor.module.asset.service.CommandSnippetService;
import com.orion.visor.module.infra.api.CommandSnippetApi;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;

View File

@@ -15,8 +15,8 @@
*/
package com.orion.visor.module.asset.api.impl;
import com.orion.visor.module.asset.api.PathBookmarkApi;
import com.orion.visor.module.asset.service.PathBookmarkService;
import com.orion.visor.module.infra.api.PathBookmarkApi;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;