Commit 44753488 authored by 吴泽佳's avatar 吴泽佳

date -> long

parent b24ba6cb
......@@ -42,7 +42,7 @@ public class UserInfoNewOrg implements Serializable {
@ApiModelProperty(value = "审核状态 0待审核 1通过 2驳回")
private Integer auditStatus;
@ApiModelProperty(value = "审核时间")
private Date auditTime;
private Long auditTime;
@ApiModelProperty(value = "运营人员姓名")
private String operatorName;
@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