fix 父类少包问题
This commit is contained in:
parent
aaa6b7ed3c
commit
bbc8a2c062
@ -12,6 +12,11 @@ import java.util.HashMap;
|
|||||||
#foreach ($import in $importList)
|
#foreach ($import in $importList)
|
||||||
import ${import};
|
import ${import};
|
||||||
#end
|
#end
|
||||||
|
#if($table.crud || $table.sub)
|
||||||
|
import com.ruoyi.common.core.domain.BaseEntity;
|
||||||
|
#elseif($table.tree)
|
||||||
|
import com.ruoyi.common.core.domain.TreeEntity;
|
||||||
|
#end
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ${functionName}分页查询对象 ${tableName}
|
* ${functionName}分页查询对象 ${tableName}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user