liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActMicroWishFeedbackDO.java
@@ -20,8 +20,8 @@
    private static final long serialVersionUID = 1L;
        @TableId(type = IdType.AUTO)
        private Integer id;
        @TableId(type = IdType.ASSIGN_ID)
        private Long id;
    /**
    * 微心愿Id
@@ -46,7 +46,7 @@
    /**
    * 反馈时间
    */
        private Date creatTime;
        private Date createTime;
        @Override
        public String toString() {
@@ -56,7 +56,7 @@
                        ", userId=" + userId +
                        ", content=" + content +
                        ", imgUrl=" + imgUrl +
                        ", creatTime=" + creatTime +
                        ", createTime=" + createTime +
                "}";
                }
        }