From a27f1b573fc5cf9a3b78e2eacb56e44310f83456 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 27 八月 2025 12:17:01 +0800
Subject: [PATCH] art: 添加入库逻辑,SAP订单同步参数动态配置

---
 src/main/java/org/jeecg/modules/cms/entity/CuttingInbound.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/jeecg/modules/cms/entity/CuttingInbound.java b/src/main/java/org/jeecg/modules/cms/entity/CuttingInbound.java
index 3f184b1..a55dc67 100644
--- a/src/main/java/org/jeecg/modules/cms/entity/CuttingInbound.java
+++ b/src/main/java/org/jeecg/modules/cms/entity/CuttingInbound.java
@@ -61,6 +61,7 @@
 	/**鍏ュ簱鍗曠姸鎬�*/
 	@Excel(name = "鍏ュ簱鍗曠姸鎬�", width = 15)
     @ApiModelProperty(value = "鍏ュ簱鍗曠姸鎬�")
+    @Dict(dicCode = "order_status")
     private String orderStatus;
 	/**鍏ュ簱浜�*/
 	@Excel(name = "鍏ュ簱浜�", width = 15)

--
Gitblit v1.9.3