shikeying
2022-10-08 1b7473aafa889ff8dfca1fd8a40d8014eafd386a
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;
    }