mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-11 02:49:45 +08:00
🎉 优化代码生成
This commit is contained in:
parent
83bdf4d742
commit
fc14d74a44
|
|
@ -210,6 +210,7 @@ public class BladeCodeGenerator {
|
|||
map.put("codeName", codeName);
|
||||
map.put("serviceName", serviceName);
|
||||
map.put("servicePackage", servicePackage);
|
||||
map.put("servicePackageLowerCase", servicePackage.toLowerCase());
|
||||
map.put("tenantColumn", tenantColumn);
|
||||
map.put("hasWrapper", hasWrapper);
|
||||
this.setMap(map);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user