From 56599835685c0deb29601d9eb287b9436324b824 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 16 一月 2025 13:43:11 +0800
Subject: [PATCH] 1、统一各个模块端口,避免端口冲突
---
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java
index 47eddfe..b9e803e 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/entity/HollowGlassOutRelationInfo.java
@@ -36,6 +36,24 @@
*/
private Integer state;
/**
+ * 鎬婚厤瀵规暟閲�
+ */
+ private Integer totalPairQuantity;
+ /**
+ * 宸插畬鎴愰厤瀵规暟閲�
+ */
+ private Integer pairQuantity;
+
+ /**
+ * 鏄惁寮哄埗
+ */
+ private Integer isForce;
+
+ /**
+ * 鏄惁寮哄埗
+ */
+ private Long formulaId;
+ /**
* /*鍒涘缓鏃堕棿
*/
private Date createTime;
@@ -47,3 +65,4 @@
}
+
--
Gitblit v1.8.0