feat: 下载代码zip

下载zip模块。后端代码部分。
This commit is contained in:
Ky10
2024-08-01 17:49:07 +08:00
parent e5f46f63cc
commit 68a5725e06
3 changed files with 70 additions and 0 deletions

View File

@@ -55,4 +55,11 @@ public interface GeneratorService {
* @return
*/
void deleteGenConfig(String tableName);
/**
* 下载代码
* @param tableNames 表名
* @return
*/
byte[] downloadCode(String[] tableNames);
}