From 090bf407236ef5be8ea7ba803a56fdcc2dcc1ce3 Mon Sep 17 00:00:00 2001
From: luqingyang <lqy5492@163.com>
Date: 星期三, 01 十一月 2023 17:37:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 consum-base/src/main/java/com/consum/base/pojo/LWhFormInventoryVo.java |  124 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 124 insertions(+), 0 deletions(-)

diff --git a/consum-base/src/main/java/com/consum/base/pojo/LWhFormInventoryVo.java b/consum-base/src/main/java/com/consum/base/pojo/LWhFormInventoryVo.java
new file mode 100644
index 0000000..e165303
--- /dev/null
+++ b/consum-base/src/main/java/com/consum/base/pojo/LWhFormInventoryVo.java
@@ -0,0 +1,124 @@
+package com.consum.base.pojo;
+
+public class LWhFormInventoryVo{
+    /**
+     * 浠撳簱鍚嶇О
+     */
+    private String warehouseName;
+    /**
+     * 鐗╁搧鍚嶇О
+     */
+    private String goodsTemplateName;
+    /**
+     * 瑙勬牸鍨嬪彿鍚嶇О
+     */
+    private String baseGoodsModelsName;
+    /**
+     * 绫诲瀷(鍑哄叆搴撶被鍨�) 2=鐩樼泩锛�3=鐩樹簭
+     */
+    private Integer inventoryResult;
+    /**
+     * 搴撳瓨鏁伴噺
+     */
+    private Integer initCounts;
+    /**
+     * 鐩樼偣鏁伴噺
+     */
+    private Integer inventoryCounts;
+    /**
+     * 宸紓鏁伴噺
+     */
+    private Integer errorCounts;
+    /**
+     * 鏈烘瀯鍚嶇О
+     */
+    private String agencyName;
+    /**
+     * 鎿嶄綔浜�
+     */
+    private String operatorName;
+    /**
+     * 缁撴潫鏃堕棿
+     */
+    private Long stopTime;
+
+    public String getWarehouseName() {
+        return warehouseName;
+    }
+
+    public void setWarehouseName(String warehouseName) {
+        this.warehouseName = warehouseName;
+    }
+
+    public String getGoodsTemplateName() {
+        return goodsTemplateName;
+    }
+
+    public void setGoodsTemplateName(String goodsTemplateName) {
+        this.goodsTemplateName = goodsTemplateName;
+    }
+
+    public String getBaseGoodsModelsName() {
+        return baseGoodsModelsName;
+    }
+
+    public void setBaseGoodsModelsName(String baseGoodsModelsName) {
+        this.baseGoodsModelsName = baseGoodsModelsName;
+    }
+
+    public Integer getInventoryResult() {
+        return inventoryResult;
+    }
+
+    public void setInventoryResult(Integer inventoryResult) {
+        this.inventoryResult = inventoryResult;
+    }
+
+    public Integer getInitCounts() {
+        return initCounts;
+    }
+
+    public void setInitCounts(Integer initCounts) {
+        this.initCounts = initCounts;
+    }
+
+    public Integer getInventoryCounts() {
+        return inventoryCounts;
+    }
+
+    public void setInventoryCounts(Integer inventoryCounts) {
+        this.inventoryCounts = inventoryCounts;
+    }
+
+    public Integer getErrorCounts() {
+        return errorCounts;
+    }
+
+    public void setErrorCounts(Integer errorCounts) {
+        this.errorCounts = errorCounts;
+    }
+
+    public String getAgencyName() {
+        return agencyName;
+    }
+
+    public void setAgencyName(String agencyName) {
+        this.agencyName = agencyName;
+    }
+
+    public String getOperatorName() {
+        return operatorName;
+    }
+
+    public void setOperatorName(String operatorName) {
+        this.operatorName = operatorName;
+    }
+
+    public Long getStopTime() {
+        return stopTime;
+    }
+
+    public void setStopTime(Long stopTime) {
+        this.stopTime = stopTime;
+    }
+}

--
Gitblit v1.9.1