移除无用VO及其其他

This commit is contained in:
hupeng
2020-06-28 14:00:18 +08:00
parent f29b38947b
commit f7a79714d5
27 changed files with 93 additions and 858 deletions

View File

@ -129,7 +129,7 @@ public class GenUtil {
templates = getFrontTemplateNames();
for (String templateName : templates) {
Template template = engine.getTemplate("generator/front/"+templateName+".ftl");
String path = tempPath + "yshop-web" + File.separator;
String path = tempPath + "yshop-rest" + File.separator;
String apiPath = path + "src" + File.separator + "api" + File.separator;
String srcPath = path + "src" + File.separator + "views" + File.separator + genMap.get("changeClassName").toString() + File.separator;
String filePath = getFrontFilePath(templateName, apiPath, srcPath, genMap.get("changeClassName").toString());