public interface IGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Table table,
GlobalConfig globalConfig)
根据模板生成文件。
|
String |
getTemplatePath()
获取模板文件位置。
|
void |
setTemplatePath(String templatePath)
设置模板文件位置。
|
String getTemplatePath()
void setTemplatePath(String templatePath)
templatePath - void generate(Table table, GlobalConfig globalConfig)
table - 表内容globalConfig - 全局配置Copyright © 2024. All rights reserved.