From faad8a00349f7eb41338936f56be2028d7ba7cc2 Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期二, 09 四月 2024 15:00:32 +0800 Subject: [PATCH] 日报-调整 --- src/main/java/com/gkhy/fourierSpecialGasMonitor/entity/resp/GasThresholdListRespDTO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/gkhy/fourierSpecialGasMonitor/entity/resp/GasThresholdListRespDTO.java b/src/main/java/com/gkhy/fourierSpecialGasMonitor/entity/resp/GasThresholdListRespDTO.java index 3f17955..47629e6 100644 --- a/src/main/java/com/gkhy/fourierSpecialGasMonitor/entity/resp/GasThresholdListRespDTO.java +++ b/src/main/java/com/gkhy/fourierSpecialGasMonitor/entity/resp/GasThresholdListRespDTO.java @@ -12,7 +12,7 @@ @Data public class GasThresholdListRespDTO implements Serializable { - private Long id; + private Integer id; private String name; -- Gitblit v1.9.2