From 79a546f17f186e2d66299f1766b7c880496a9d51 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 28 五月 2021 10:29:17 +0800
Subject: [PATCH] #

---
 src/main/java/zy/cloud/wms/common/entity/Parameter.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/zy/cloud/wms/common/entity/Parameter.java b/src/main/java/zy/cloud/wms/common/entity/Parameter.java
index 615bf42..8d8ac9a 100644
--- a/src/main/java/zy/cloud/wms/common/entity/Parameter.java
+++ b/src/main/java/zy/cloud/wms/common/entity/Parameter.java
@@ -70,4 +70,14 @@
     public void setWeekPlanDayRule(Integer weekPlanDayRule) {
         this.weekPlanDayRule = weekPlanDayRule;
     }
+
+    private String uniNode;
+
+    public String getUniNode() {
+        return uniNode;
+    }
+
+    public void setUniNode(String uniNode) {
+        this.uniNode = uniNode;
+    }
 }

--
Gitblit v1.9.1