All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.simple.java_imports.include Maven / Gradle / Ivy

The newest version!
<#-- 根据列导入Date包 -->
<#list table.columns as column>
	<#if column.isDateTimeColumn>
import java.util.Date;

		<#break>
	 





© 2015 - 2025 Weber Informatics LLC | Privacy Policy