Browse Source

路径驼峰

dev
jianjun 3 years ago
parent
commit
605c532b79
  1. 2
      epmet-cloud-generator/src/main/java/io/renren/utils/GenUtils.java

2
epmet-cloud-generator/src/main/java/io/renren/utils/GenUtils.java

@ -125,7 +125,7 @@ public class GenUtils {
map.put("pk", tableEntity.getPk());
map.put("className", tableEntity.getClassName());
map.put("classname", tableEntity.getClassname());
map.put("pathName", tableEntity.getClassname().toLowerCase());
map.put("pathName", tableEntity.getClassname());
map.put("columns", tableEntity.getColumns());
map.put("hasBigDecimal", hasBigDecimal);
map.put("main", main);

Loading…
Cancel
Save