From 257dfa222111186bed5c7c04f9ca41ffed0a5f52 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Wed, 15 Jan 2025 13:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A2=AB=E6=A3=80=E8=AE=BE=E5=A4=87-=E9=A2=84?= =?UTF-8?q?=E6=8A=95=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/gather/device/device/pojo/param/PqDevParam.java | 3 +++ .../main/java/com/njcn/gather/device/device/pojo/po/PqDev.java | 3 +++ 2 files changed, 6 insertions(+) diff --git a/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java b/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java index 83cf0b9e..ab1406d6 100644 --- a/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java +++ b/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java @@ -140,6 +140,9 @@ public class PqDevParam { // @ApiModelProperty("power") // private String power; + @ApiModelProperty("预投计划") + private String preinvestmentPlan; + /** * 更新操作实体 */ diff --git a/device/src/main/java/com/njcn/gather/device/device/pojo/po/PqDev.java b/device/src/main/java/com/njcn/gather/device/device/pojo/po/PqDev.java index 74b6ecd5..17415486 100644 --- a/device/src/main/java/com/njcn/gather/device/device/pojo/po/PqDev.java +++ b/device/src/main/java/com/njcn/gather/device/device/pojo/po/PqDev.java @@ -208,5 +208,8 @@ public class PqDev extends BaseEntity implements Serializable { @TableField("Check_Time") private LocalDateTime checkTime; + + @TableField("Preinvestment_Plan") + private String preinvestmentPlan; }