张天森
2022-10-10 2a326b400f59cb94d0f8cf5ace70200eaf051c59
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComEvent.java
@@ -160,6 +160,7 @@
   private Long updateBy;
   /**修改时间*/
   @ApiModelProperty(name = "updateAt", value = "修改时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date updateAt;
   /**调解上传图片地址列表,逗号进行分割*/
   @TableField(exist = false)
@@ -176,4 +177,7 @@
   private Integer userType;
   @ApiModelProperty("取消时间")
   private Date revokeDate;
   @ApiModelProperty("专家头像")
    @TableField(exist = false)
    private String expertAvatar;
}