添加 模版生成相关依赖

This commit is contained in:
2026-01-12 09:17:24 +08:00
parent f07fee186d
commit 2c2ac6d032
7 changed files with 264 additions and 6 deletions

View File

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