yzc 2 лет назад
Родитель
Сommit
8add461090

+ 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 String businessCode;
+
+    /**
+     * 业务类型
+     */
+    private Integer businessType;
+
+    /**
+     * 出入库状态
+     */
+    private Integer status;
+
 }