陶杰
2024-12-21 ae3dd677f3bbbc26d7c41aebc0e6048e2d20593c
src/main/java/com/mzl/flower/entity/FlowerCommentDO.java
@@ -1,10 +1,9 @@
package com.mzl.flower.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.mzl.flower.base.BaseEntity;
import java.time.LocalDateTime;
import com.mzl.flower.base.BaseEntityLogic;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
@@ -19,7 +18,7 @@
@EqualsAndHashCode(callSuper = true)
@Accessors(chain = true)
@TableName("t_flower_comment")
public class FlowerCommentDO extends BaseEntity {
public class FlowerCommentDO extends BaseEntityLogic {
    /**