From ac18080bb1eecb943599f4a1c8842718d089485f Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期四, 21 三月 2024 17:11:33 +0800 Subject: [PATCH] 将RBD转换为算法库所需的XML --- modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java | 12 +++++------- 1 files changed, 5 insertions(+), 7 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..12cc60b 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,12 @@ @ApiModelProperty(value = "缁翠慨鍒嗗竷") private Integer repairDistrib; - @ApiModelProperty(value = "杩愯鐘舵�佸浘鐗嘔D") - private String operationalStatus; + @ApiModelProperty(value = "杩愯鍥剧墖ID") + private Long operatImg; - @ApiModelProperty(value = "寰呮満鐘舵�佸浘鐗嘔D") - private String standbyState; - - @ApiModelProperty(value = "鏁呴殰鐘舵�佸浘鐗嘔D") - private String faultState; + @TableField(exist = false) + @ApiModelProperty(value = "鍥剧墖鍚嶇О") + private String operatImgName; @ApiModelProperty(value = "鎺掑簭") private Integer sort; -- Gitblit v1.9.1