cloudroam
2024-10-12 ef4f769a35eda2e8631b0376f35899e69a13d87f
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 {
    /**