mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
实体全路径
This commit is contained in:
@@ -11,7 +11,8 @@ import com.ruoyi.common.core.web.domain.BaseEntity;
|
|||||||
#elseif($table.tree)
|
#elseif($table.tree)
|
||||||
import com.ruoyi.common.core.web.domain.TreeEntity;
|
import com.ruoyi.common.core.web.domain.TreeEntity;
|
||||||
#end
|
#end
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.Data;
|
||||||
|
import lombok.Builder;
|
||||||
/**
|
/**
|
||||||
* ${functionName}对象 ${tableName}
|
* ${functionName}对象 ${tableName}
|
||||||
*
|
*
|
||||||
@@ -23,7 +24,8 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
#elseif($table.tree)
|
#elseif($table.tree)
|
||||||
#set($Entity="TreeEntity")
|
#set($Entity="TreeEntity")
|
||||||
#end
|
#end
|
||||||
@Slf4j
|
@Data
|
||||||
|
@Builder
|
||||||
public class ${ClassName} extends ${Entity}
|
public class ${ClassName} extends ${Entity}
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|||||||
Reference in New Issue
Block a user