From 0c39f5388d95dbc41c47285a8c2dfda57a019d5b Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期三, 08 一月 2025 08:47:49 +0800 Subject: [PATCH] 修改:“可修设备可靠度为1”通过给算法包传递参数固定为1、type为fixed的failure_model来实现。 --- modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java b/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java index e3c2269..d832e3f 100644 --- a/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java +++ b/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java @@ -44,14 +44,16 @@ @ApiModelProperty(value = "缁翠慨鍒嗗竷") private Integer repairDistrib; - @ApiModelProperty(value = "杩愯鐘舵�佸浘鐗嘔D") - private String operationalStatus; + @ApiModelProperty(value = "杩愯鍥剧墖ID") + private Long operatImg; - @ApiModelProperty(value = "寰呮満鐘舵�佸浘鐗嘔D") - private String standbyState; + @TableField(exist = false) + @ApiModelProperty(value = "鍥剧墖鍚嶇О") + private String operatImgName; - @ApiModelProperty(value = "鏁呴殰鐘舵�佸浘鐗嘔D") - private String faultState; + @TableField(exist = false) + @ApiModelProperty(value = "鍥剧墖鍚嶇О") + private String svgContent; @ApiModelProperty(value = "鎺掑簭") private Integer sort; -- Gitblit v1.9.1