From 18d187869d098a2893d79acdadc7d7a99aad28e6 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期一, 24 三月 2025 15:23:37 +0800 Subject: [PATCH] fix: 更新设备项目表和项目子表接口 --- 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