|
@@ -28,4 +28,6 @@ public interface ISceneFileBuildService extends IService<SceneFileBuild> {
|
|
|
ResultData rebuildScene(String num,Boolean force,Boolean deleteExtras) throws IOException;
|
|
|
|
|
|
ResultData copyDataAndBuild(String sourceBucet,String dataSource,String sceneVer) throws Exception;
|
|
|
+
|
|
|
+ SceneFileBuild findByUnicode(String folderName);
|
|
|
}
|