生成模板优化
This commit is contained in:
@@ -13,7 +13,6 @@ package ${packageName}.${moduleName}.service${isNotEmpty(subModuleName)?'.'+subM
|
|||||||
<% if (table.isTreeEntity){ %>
|
<% if (table.isTreeEntity){ %>
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (table.childList.~size > 0){ %>
|
<% if (table.childList.~size > 0){ %>
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ package ${packageName}.${moduleName}.service${isNotEmpty(subModuleName)?'.'+subM
|
|||||||
<% if (table.isTreeEntity){ %>
|
<% if (table.isTreeEntity){ %>
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (table.childList.~size > 0){ %>
|
<% if (table.childList.~size > 0){ %>
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ package ${packageName}.${moduleName}.service${isNotEmpty(subModuleName)?'.'+subM
|
|||||||
<% if (table.isTreeEntity){ %>
|
<% if (table.isTreeEntity){ %>
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (table.childList.~size > 0){ %>
|
<% if (table.childList.~size > 0){ %>
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
Reference in New Issue
Block a user