From 3594ee8af853949d39589f4dbdf86c7f5d7f088b Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期二, 02 四月 2024 10:01:57 +0800
Subject: [PATCH] 修改

---
 modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/TyProductModel.java |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 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 06114bd..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
@@ -12,14 +12,14 @@
 import java.util.List;
 
 /**
- * ty_product_model
+ * product_model_common
  *
  * @author zt generator 
  * @since 1.0.0 2024-02-28
  */
 @Data
 @EqualsAndHashCode(callSuper=false)
-@TableName("ty_product_model")
+@TableName("product_model_common")
 public class TyProductModel extends BusiEntity implements TreeNode<TyProductModel> {
 	private static final long serialVersionUID = 1L;
 
@@ -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