From 2f55cebbad3dea187a5f91d16ec80a9677dab699 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 十一月 2024 11:16:53 +0800 Subject: [PATCH] 1 --- src/main/java/com/yssh/entity/SuYuan700.java | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/yssh/entity/SuYuan700.java b/src/main/java/com/yssh/entity/SuYuan700.java index 1ba1293..247881b 100644 --- a/src/main/java/com/yssh/entity/SuYuan700.java +++ b/src/main/java/com/yssh/entity/SuYuan700.java @@ -1,16 +1,12 @@ package com.yssh.entity; +import com.fasterxml.jackson.annotation.JsonFormat; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.io.Serializable; import java.util.Date; -/** - * 婧簮700琛� - * @author www - * @date 2023-06-23 - */ @Data public class SuYuan700 implements Serializable { private static final long serialVersionUID = 2023062302487367361L; @@ -19,7 +15,7 @@ private Long id; @ApiModelProperty(value = "婧簮ID") - private String su_yuan_id; + private String suYuanId; @ApiModelProperty(value = "鍦板潃1") private String addr1; @@ -58,6 +54,7 @@ private Double y3; @ApiModelProperty(value = "鏃堕棿") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date createTime; public SuYuan700() { @@ -71,12 +68,12 @@ this.id = id; } - public String getSu_yuan_id() { - return su_yuan_id; + public String getSuYuanId() { + return suYuanId; } - public void setSu_yuan_id(String su_yuan_id) { - this.su_yuan_id = su_yuan_id; + public void setSuYuanId(String suYuanId) { + this.suYuanId = suYuanId; } public String getAddr1() { -- Gitblit v1.9.3