From 0b904f21080263adec86347ca25eccb85d020559 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 25 Jan 2024 17:56:39 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/SOScheduledRoutingOutData.java | 19 ++++++- .../mapper/production/DailyPlanMapper.xml | 49 ++++++++++--------- .../static/js/pda/transferWarehousing2.js | 2 +- 3 files changed, 45 insertions(+), 25 deletions(-) diff --git a/src/main/java/com/heai/modules/production/entity/SOScheduledRoutingOutData.java b/src/main/java/com/heai/modules/production/entity/SOScheduledRoutingOutData.java index e2f16e1..5f6c1c5 100644 --- a/src/main/java/com/heai/modules/production/entity/SOScheduledRoutingOutData.java +++ b/src/main/java/com/heai/modules/production/entity/SOScheduledRoutingOutData.java @@ -91,7 +91,8 @@ public class SOScheduledRoutingOutData { * */ private String remark; - + private Double machRunFactor; + private Double xiaolv; /** * */ @@ -809,5 +810,21 @@ public class SOScheduledRoutingOutData { public void setWorkTime(Double workTime) { this.workTime = workTime; } + + public Double getMachRunFactor() { + return machRunFactor; + } + + public void setMachRunFactor(Double machRunFactor) { + this.machRunFactor = machRunFactor; + } + + public Double getXiaolv() { + return xiaolv; + } + + public void setXiaolv(Double xiaolv) { + this.xiaolv = xiaolv; + } } diff --git a/src/main/resources/mapper/production/DailyPlanMapper.xml b/src/main/resources/mapper/production/DailyPlanMapper.xml index 9f87e8d..cf14d63 100644 --- a/src/main/resources/mapper/production/DailyPlanMapper.xml +++ b/src/main/resources/mapper/production/DailyPlanMapper.xml @@ -452,15 +452,18 @@