From 0011e0e5e859569525a0c1fbfc198bf5ab752e21 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期一, 24 三月 2025 17:31:05 +0800 Subject: [PATCH] fix: 修改计划实体类,增加最大号表 --- platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceDemandSub.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 b8d9e35..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,17 +19,17 @@ @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; @Schema(description = "鎷熶娇鐢ㄥ湴鐐�") @Column(columnDefinition="VARCHAR(64) comment '鎷熶娇鐢ㄥ湴鐐�'") private String place; - @Schema(description = "浣跨敤鍏徃") - @Column(columnDefinition="int comment '浣跨敤鍏徃'") - private Integer compId; @Schema(description = "鐢宠閮ㄩ棬") @Column(columnDefinition="int comment '鐢宠閮ㄩ棬'") private Integer deptId; -- Gitblit v1.9.1