From ead280567beb29e26e0980c6b3770815e6fe86d9 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期日, 12 十一月 2023 10:09:14 +0800 Subject: [PATCH] 油烟统计 --- ycl-smoke/src/main/java/com/ycl/smoke/entity/OdsLocale.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ycl-smoke/src/main/java/com/ycl/smoke/entity/OdsLocale.java b/ycl-smoke/src/main/java/com/ycl/smoke/entity/OdsLocale.java index a67ea69..827ce29 100644 --- a/ycl-smoke/src/main/java/com/ycl/smoke/entity/OdsLocale.java +++ b/ycl-smoke/src/main/java/com/ycl/smoke/entity/OdsLocale.java @@ -200,7 +200,7 @@ */ @TableField("create_at") @JsonProperty("CreateAt") - private Long createAt; + private String createAt; /** * 鐘舵�乕1:涓�鑸洃娴嬬偣,2:鐗规畩鐩戞祴鐐�,99:搴熷純鐩戞祴鐐筣 @@ -360,14 +360,14 @@ */ @TableField("created_at") @JsonProperty("CreatedAt") - private LocalDateTime createdAt; + private String createdAt; /** * 鏇存柊鏃堕棿 */ @TableField("updated_at") @JsonProperty("UpdatedAt") - private LocalDateTime updatedAt; + private String updatedAt; @TableField("health_code_value11") @JsonProperty("HealthCodeValue11") @@ -430,5 +430,6 @@ private String customerString; @JsonProperty("Customer") + @TableField(exist = false) private OdsLocaleCustomer customer; } -- Gitblit v1.8.0