mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-10 18:39:44 +08:00
⚡ 优化代码生成器字段
This commit is contained in:
parent
e621c1ef61
commit
a1a8e0c7b7
|
|
@ -135,6 +135,7 @@ 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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user