huanghongfa
2022-06-29 ccd28a0c35e8fff74da6ef63042fb8a896d78f7f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java
@@ -50,13 +50,13 @@
    private Long userId;
    @ApiModelProperty("开始时间")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date startTime;
    private String startTime;
    @ApiModelProperty("结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date stopTime;
    private String stopTime;
    @ApiModelProperty("健康码状态")
    private String colorMark;
    @ApiModelProperty("行程码")
    private String travelCard;
    @ApiModelProperty("核查状态")
    private String checkStatus;
}