mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 满足用户需求
This commit is contained in:
@ -28,6 +28,7 @@ import com.ruoyi.common.core.domain.TreeEntity;
|
|||||||
#set($Entity="TreeEntity<${ClassName}>")
|
#set($Entity="TreeEntity<${ClassName}>")
|
||||||
#end
|
#end
|
||||||
@Data
|
@Data
|
||||||
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@TableName("${tableName}")
|
@TableName("${tableName}")
|
||||||
public class ${ClassName} extends ${Entity} {
|
public class ${ClassName} extends ${Entity} {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user