@@ -26,4 +26,12 @@ public class ApsTypeVo {
*/
private String constraintMode;
+ /**
+ * 排程方式:
+ * newOrder:新订单排程(一键排程)
+ * cp:重新排程
+ * dd:调度排程
+ */
+ private String scheduleType;
+
}