被检设备-预投计划

This commit is contained in:
caozehui
2025-01-15 13:34:38 +08:00
parent f4b7b3bdfe
commit 257dfa2221
2 changed files with 6 additions and 0 deletions

View File

@@ -140,6 +140,9 @@ public class PqDevParam {
// @ApiModelProperty("power")
// private String power;
@ApiModelProperty("预投计划")
private String preinvestmentPlan;
/**
* 更新操作实体
*/

View File

@@ -208,5 +208,8 @@ public class PqDev extends BaseEntity implements Serializable {
@TableField("Check_Time")
private LocalDateTime checkTime;
@TableField("Preinvestment_Plan")
private String preinvestmentPlan;
}