mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-10 18:39:44 +08:00
⚡ 优化代码生成字段
This commit is contained in:
parent
3573ae657d
commit
2548f082d1
|
|
@ -135,12 +135,12 @@ public class BladeCodeGenerator {
|
|||
|
||||
Map<String, Object> customMap = new HashMap<>(11);
|
||||
customMap.put("codeName", codeName);
|
||||
customMap.put("hasServiceName", hasServiceName);
|
||||
customMap.put("serviceName", serviceName);
|
||||
customMap.put("servicePackage", servicePackage);
|
||||
customMap.put("servicePackageLowerCase", servicePackage.toLowerCase());
|
||||
customMap.put("tenantColumn", tenantColumn);
|
||||
customMap.put("hasWrapper", hasWrapper);
|
||||
customMap.put("hasServiceName", hasServiceName);
|
||||
Map<String, String> customFile = new HashMap<>(15);
|
||||
customFile.put("menu.sql", "/templates/sql/menu.sql.vm");
|
||||
customFile.put("entityVO.java", "/templates/entityVO.java.vm");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user