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