修改单表代码生成模板

This commit is contained in:
RuoYi
2020-06-14 15:30:58 +08:00
parent 6ee4efa284
commit 83460dfcb6
2 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@ import ${import};
#end
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.framework.aspectj.lang.annotation.Excel;
import com.ruoyi.common.core.annotation.Excel;
#if($table.crud)
import com.ruoyi.framework.web.domain.BaseEntity;
import com.ruoyi.common.core.web.domain.BaseEntity;
#elseif($table.tree)
import com.ruoyi.framework.web.domain.TreeEntity;
#end