代码生成

This commit is contained in:
2026-01-19 21:30:09 +08:00
parent b3def6eb10
commit 06979818be
26 changed files with 933 additions and 51 deletions

View File

@@ -1,10 +1,12 @@
package com.cczsa.xinghe.codegen.service;
import com.cczsa.xinghe.codegen.entity.domain.template.CodeGen;
/**
* @author xia
* @date 2026/1/10
* @version 0.0.1
*/
public interface CodeGenService {
byte[] generateCodeZip();
byte[] generateCodeZip(CodeGen req);
}