瀏覽代碼

待出库

yzc 2 年之前
父節點
當前提交
8add461090
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      hx-wms/src/main/java/com/fjhx/wms/entity/stock/vo/StockWaitDetailsVo.java

+ 15 - 0
hx-wms/src/main/java/com/fjhx/wms/entity/stock/vo/StockWaitDetailsVo.java

@@ -44,4 +44,19 @@ public class StockWaitDetailsVo extends StockWaitDetails {
      */
      */
     private Integer productDefinition;
     private Integer productDefinition;
 
 
+    /**
+     * 业务编号
+     */
+    private String businessCode;
+
+    /**
+     * 业务类型
+     */
+    private Integer businessType;
+
+    /**
+     * 出入库状态
+     */
+    private Integer status;
+
 }
 }