mirror of https://github.com/elunez/eladmin
调整顺序
parent
cf25647acf
commit
2ad07c8f02
|
@ -39,11 +39,11 @@ public class GenUtil {
|
||||||
templateNames.add("Entity");
|
templateNames.add("Entity");
|
||||||
templateNames.add("Dto");
|
templateNames.add("Dto");
|
||||||
templateNames.add("Mapper");
|
templateNames.add("Mapper");
|
||||||
templateNames.add("Repository");
|
templateNames.add("Controller");
|
||||||
|
templateNames.add("QueryCriteria");
|
||||||
templateNames.add("Service");
|
templateNames.add("Service");
|
||||||
templateNames.add("ServiceImpl");
|
templateNames.add("ServiceImpl");
|
||||||
templateNames.add("QueryCriteria");
|
templateNames.add("Repository");
|
||||||
templateNames.add("Controller");
|
|
||||||
return templateNames;
|
return templateNames;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -53,8 +53,8 @@ public class GenUtil {
|
||||||
*/
|
*/
|
||||||
private static List<String> getFrontTemplateNames() {
|
private static List<String> getFrontTemplateNames() {
|
||||||
List<String> templateNames = new ArrayList<>();
|
List<String> templateNames = new ArrayList<>();
|
||||||
templateNames.add("api");
|
|
||||||
templateNames.add("index");
|
templateNames.add("index");
|
||||||
|
templateNames.add("api");
|
||||||
return templateNames;
|
return templateNames;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue