fix(planting-service): 修正导入路径

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-26 01:50:37 -08:00
parent 24a46521f3
commit 9addd99710
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import {
FailureStage,
} from '../../infrastructure/persistence/repositories/payment-compensation.repository';
import { WalletServiceClient } from '../../infrastructure/external/wallet-service.client';
import { IPlantingOrderRepository, PLANTING_ORDER_REPOSITORY } from '../../domain/repositories/planting-order.repository';
import { IPlantingOrderRepository, PLANTING_ORDER_REPOSITORY } from '../../domain/repositories/planting-order.repository.interface';
/**
*