mitao
2025-03-13 86df207c37502cce1b2043e1c7c0486459eef1d6
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComElderAuthRecordVO.java
@@ -101,7 +101,7 @@
    private Integer authStatus;
    @ApiModelProperty(value = "认证时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date authDate;
    @ApiModelProperty(value = "创建时间")
@@ -122,8 +122,10 @@
    private Integer authNoAmount;
    @ApiModelProperty(value = "待审核状态id集合列表")
    private List<Long> nextIds;
    private List<String> nextIds;
    @ApiModelProperty(value = "社区id")
    private Long communityId;
    private String areaCode;
}