🎉 优化代码生成

This commit is contained in:
smallchill 2020-02-28 16:24:02 +08:00
parent 83bdf4d742
commit fc14d74a44

View File

@ -210,6 +210,7 @@ public class BladeCodeGenerator {
map.put("codeName", codeName); map.put("codeName", codeName);
map.put("serviceName", serviceName); map.put("serviceName", serviceName);
map.put("servicePackage", servicePackage); map.put("servicePackage", servicePackage);
map.put("servicePackageLowerCase", servicePackage.toLowerCase());
map.put("tenantColumn", tenantColumn); map.put("tenantColumn", tenantColumn);
map.put("hasWrapper", hasWrapper); map.put("hasWrapper", hasWrapper);
this.setMap(map); this.setMap(map);