From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期一, 24 十月 2022 13:48:24 +0800 Subject: [PATCH] #feat 修改别名 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java index 112f84f..674707c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/acid/ComActAcidRecordDTO.java @@ -1,6 +1,7 @@ package com.panzhihua.common.model.dtos.community.acid; import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonIgnore; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.AllArgsConstructor; @@ -50,9 +51,20 @@ 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; + @ApiModelProperty("登录的账号名") + private String loginAccount; + private Integer type; + private String dangerArea; + private String touristCity; } -- Gitblit v1.7.1