recommend-video/src/main/java/com/iplatform/recvideo/config/VideoSimilarProperties.java
@@ -11,6 +11,17 @@ private String aiService; private boolean testMode = false; public boolean isTestMode() { return testMode; } public void setTestMode(boolean testMode) { this.testMode = testMode; } public String getAiService() { return aiService; }