fix up when meet the column is Date type ,the import things will be error.

This commit is contained in:
moshowgame@126.com 2018-09-13 14:45:29 +08:00
parent 01932b628d
commit 21ce2fc7fe
2 changed files with 2 additions and 4 deletions

View File

@ -8,9 +8,8 @@
import java.io.Serializable;
import javax.persistence.*;
import lombok.Data;
<#if importDdate>
import java.util.Date;
</#if>
import java.util.List;
/**
* ${classInfo.classComment}

View File

@ -6,9 +6,8 @@
</#list>
</#if>
import java.io.Serializable;
<#if importDdate>
import java.util.Date;
</#if>
import java.util.List;
/**
* ${classInfo.classComment}