feat: 下载代码zip
下载zip模块。后端代码部分。
This commit is contained in:
@@ -55,4 +55,11 @@ public interface GeneratorService {
|
||||
* @return
|
||||
*/
|
||||
void deleteGenConfig(String tableName);
|
||||
|
||||
/**
|
||||
* 下载代码
|
||||
* @param tableNames 表名
|
||||
* @return
|
||||
*/
|
||||
byte[] downloadCode(String[] tableNames);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user