From 062822b57a29a767f2fbbd7cc1a8b1f6417cf966 Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 08 三月 2024 19:37:17 +0800 Subject: [PATCH] 修改工单管理、流程管理BUG --- north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java index ae44e31..fdcfa82 100644 --- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java +++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java @@ -31,7 +31,7 @@ //宸蹭紭鍖栨暟閲� private Integer optimizeQuantity; //鎺掔増鐘舵�� - private Integer layoutStatus; + private String layoutStatus; //琛ョ墖鏁伴噺 private Integer numberPatches; //搴撳瓨鏁伴噺 -- Gitblit v1.8.0