System混淆可运行,其他模块待验证

This commit is contained in:
SkyJourney
2025-07-12 00:19:06 +08:00
parent 1380c846f5
commit a9d92dd9a3
9 changed files with 61 additions and 70 deletions
@@ -4,6 +4,7 @@ import org.jeecg.modules.exports.entity.CommonExportsInfo;
import org.jeecg.modules.imports.entity.CommonImports;
import org.jeecg.modules.imports.entity.CommonImportsDetail;
import org.jeecg.modules.imports.entity.CommonImportsInfo;
import org.springframework.stereotype.Component;
import java.util.Collections;
import java.util.List;
@@ -11,6 +12,7 @@ import java.util.List;
/**
* @author Jiang Shunzhi
*/
@Component
public class ImportExportApiFallback implements ImportExportApi {