Commit 1e45a792 authored by 吴泽佳's avatar 吴泽佳

bug3

parent bb4f089f
package com.tanpu.community.api.beans.vo.feign.fatools; package com.tanpu.community.api.beans.vo.feign.fatools;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
...@@ -40,7 +41,8 @@ public class UserInfoNewOrg { ...@@ -40,7 +41,8 @@ public class UserInfoNewOrg {
@ApiModelProperty(value = "审核状态 0待审核 1通过 2驳回") @ApiModelProperty(value = "审核状态 0待审核 1通过 2驳回")
private Integer auditStatus; private Integer auditStatus;
@ApiModelProperty(value = "审核时间") @ApiModelProperty(value = "审核时间")
private Long auditTime; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date auditTime;
@ApiModelProperty(value = "运营人员姓名") @ApiModelProperty(value = "运营人员姓名")
private String operatorName; private String operatorName;
@ApiModelProperty(value = "运营人员职位") @ApiModelProperty(value = "运营人员职位")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment