瀏覽代碼

feature 甘特图 输入和输出批次号 默认值

xiahan 1 年之前
父節點
當前提交
a4fb7dfa4c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cx-aps/cx-aps-entity/src/main/java/com/rongwei/bsentity/vo/GanttVos.java

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

@@ -179,10 +179,10 @@ public class GanttVos {
     /**
      * 输入批次号
      */
-    private String inputnumber;
+    private String inputnumber="";
     /**
      * 输出批次号
      */
-    private String outputnumber;
+    private String outputnumber="";
 
 }