springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java
@@ -50,9 +50,15 @@ 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; @ApiModelProperty("id数组") private String ids; }