mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
fix up when meet the column is Date type ,the import things will be error.
This commit is contained in:
parent
01932b628d
commit
21ce2fc7fe
@ -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}
|
||||
|
||||
@ -6,9 +6,8 @@
|
||||
</#list>
|
||||
</#if>
|
||||
import java.io.Serializable;
|
||||
<#if importDdate>
|
||||
import java.util.Date;
|
||||
</#if>
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* ${classInfo.classComment}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user