mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 04:09:28 +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