|
|
@ -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); |
|
|
|