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 @@