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; }