From 3844262653878b76a634e2ffcc3df0393a9bd076 Mon Sep 17 00:00:00 2001 From: shiyunteng <shiyunteng@example.com> Date: 星期二, 25 三月 2025 08:27:43 +0800 Subject: [PATCH] 目录错误调整 --- platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java index e74e3ef..3936224 100644 --- a/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java +++ b/platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java @@ -19,8 +19,11 @@ @Table(appliesTo = "device_demand_sub", comment = "璁惧闇�姹傝鍒掕澶囧瓙琛�") public class DeviceDemandSub extends DeviceBaseModel<DeviceDemandSub>{ @Schema(description = "椤圭洰琛╥d") - @Column(columnDefinition="int comment '椤圭洰琛╥d'") - private Integer totalId; + @Column(columnDefinition="long comment '椤圭洰琛╥d'") + private Long totalId; + @Schema(description = "璁惧琛╥d") + @Column(columnDefinition="long comment '璁惧琛╥d'") + private Long deviceId; @Schema(description = "璁惧缂栫爜") @Column(columnDefinition="VARCHAR(64) comment '璁惧缂栫爜'") private String number; -- Gitblit v1.9.1