mirror of https://github.com/elunez/eladmin
👔 代码生成-生成新代码菜单Sql
parent
b1d932bf53
commit
bdd69b5f52
|
@ -389,6 +389,10 @@ public class GenUtil {
|
|||
return packagePath + "repository" + File.separator + className + "Repository.java";
|
||||
}
|
||||
|
||||
if ("Sql".equals(templateName)) {
|
||||
return packagePath + "sql" + File.separator + className + ".sql";
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue