From f4508a84236a4aff1c7b5bfa17a14a8ff95728ba Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期一, 08 七月 2024 09:45:10 +0800
Subject: [PATCH] 接口调用报错处理

---
 request/report_forms_request.go |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/request/report_forms_request.go b/request/report_forms_request.go
index 729a0e4..b140319 100644
--- a/request/report_forms_request.go
+++ b/request/report_forms_request.go
@@ -16,6 +16,7 @@
 	Unit              string                     `json:"unit"`              //鍗曚綅
 	KeyWord           string                     `json:"keyWord"`           //鎼滅储鏉′欢
 	BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //鍩虹浣滀笟绫诲瀷
+	WarehouseCode     string                     `json:"warehouseCode"`
 }
 
 type GetLocationForms struct {
@@ -23,4 +24,22 @@
 	KeyWord       string `json:"keyWord"`
 	WareHouseCode string `json:"wareHouseCode"`
 	ProductId     string `json:"productId"`
+	LocationId    int    `json:"locationId"`
+	LocationIds   []int  `json:"locationIds"`
+}
+
+type GetMonthStats struct {
+	PageInfo
+	Keyword     string `json:"keyword"`
+	Date        string `json:"date"`
+	WarehouseID int    `json:"warehouseID"`
+	Preload     bool
+}
+
+type DoMonthStats struct {
+	Token string `json:"token"`
+}
+
+type DoWarehouseMonthStats struct {
+	Token string `json:"token"`
 }

--
Gitblit v1.8.0