Parcourir la source

feature 甘特图支持 坯料计划查询

xiahan il y a 1 an
Parent
commit
5d4d253ded

+ 4 - 0
cx-aps/cx-aps-entity/src/main/java/com/rongwei/bsentity/vo/GanttVos.java

@@ -217,4 +217,8 @@ public class GanttVos {
      * 产线ID
      */
     private String productlineid = "";
+    /**
+     * 坯料计划编号
+     */
+    private String blankNumber;
 }

+ 4 - 0
cx-aps/cx-aps-entity/src/main/java/com/rongwei/bsentity/vo/ScheduleGanttVo.java

@@ -123,6 +123,10 @@ public class ScheduleGanttVo {
      * 产线ID
      */
     private String productlineid;
+    /**
+     * 坯料计划编号
+     */
+    private String blankNumber;
     /**
      * 详细对象
      */