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 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/request/report_forms_request.go b/request/report_forms_request.go
index ca92133..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 {
@@ -24,6 +25,7 @@
 	WareHouseCode string `json:"wareHouseCode"`
 	ProductId     string `json:"productId"`
 	LocationId    int    `json:"locationId"`
+	LocationIds   []int  `json:"locationIds"`
 }
 
 type GetMonthStats struct {
@@ -31,8 +33,13 @@
 	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