update 满足用户需求

This commit is contained in:
疯狂的狮子Li 2022-06-09 00:47:47 +08:00
parent d1e4898924
commit 1018a0eda6

View File

@ -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} {