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 + "}"; } }