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 java.io.Serializable;
|
||||||
import javax.persistence.*;
|
import javax.persistence.*;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
<#if importDdate>
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
</#if>
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ${classInfo.classComment}
|
* ${classInfo.classComment}
|
||||||
|
|||||||
@ -6,9 +6,8 @@
|
|||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#if>
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
<#if importDdate>
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
</#if>
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ${classInfo.classComment}
|
* ${classInfo.classComment}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user