shikeying
2022-09-27 26f5dd8ef80e5671cda8fc0e6c0d0298c4e678ff
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;
    }