From 4df461673ff8b350df032429c07bc973a3b83c7f Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 02 八月 2024 09:58:35 +0800
Subject: [PATCH] 修改仿真后台

---
 modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/XhProductModel.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/XhProductModel.java b/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/XhProductModel.java
index 1dcbd36..bd48c30 100644
--- a/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/XhProductModel.java
+++ b/modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/model/XhProductModel.java
@@ -27,6 +27,8 @@
 
 	@ApiModelProperty(value = "涓婄骇ID")
 	private Long pid;
+	@ApiModelProperty(value = "鎬讳綋ID")
+	private Long shipId;
 	@ApiModelProperty(value = "婧怚D")
 	private Long srcId;
 	@ApiModelProperty(value = "鍚嶇О")
@@ -45,6 +47,8 @@
 	@ApiModelProperty(value = "鍥剧墖鍚嶇О")
 	private String operatImgName;
 
+	private String equipType;
+
 	@ApiModelProperty(value = "鎺掑簭")
 	private Integer sort;
 

--
Gitblit v1.9.1