生成模板优化

This commit is contained in:
thinkgem
2021-01-14 23:33:17 +08:00
parent b05433f0b6
commit afc61f4a32
3 changed files with 0 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ package ${packageName}.${moduleName}.service${isNotEmpty(subModuleName)?'.'+subM
<% if (table.isTreeEntity){ %>
import java.util.List;
<% } %>
<% if (table.childList.~size > 0){ %>
import org.springframework.beans.factory.annotation.Autowired;
<% } %>

View File

@@ -13,7 +13,6 @@ package ${packageName}.${moduleName}.service${isNotEmpty(subModuleName)?'.'+subM
<% if (table.isTreeEntity){ %>
import java.util.List;
<% } %>
<% if (table.childList.~size > 0){ %>
import org.springframework.beans.factory.annotation.Autowired;
<% } %>

View File

@@ -13,7 +13,6 @@ package ${packageName}.${moduleName}.service${isNotEmpty(subModuleName)?'.'+subM
<% if (table.isTreeEntity){ %>
import java.util.List;
<% } %>
<% if (table.childList.~size > 0){ %>
import org.springframework.beans.factory.annotation.Autowired;
<% } %>