Pre Merge pull request !183 from zivzhong/N/A

This commit is contained in:
zivzhong 2022-06-08 13:57:09 +00:00 committed by Gitee
commit 48bad3b74e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -28,6 +28,7 @@ import com.ruoyi.common.core.domain.TreeEntity;
#set($Entity="TreeEntity<${ClassName}>")
#end
@Data
@EqualsAndHashCode(callSuper = true)
@TableName("${tableName}")
public class ${ClassName} extends ${Entity} {