From 79aef24a785581d95343ccd99e9cb362b2bc9c97 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期六, 06 七月 2024 21:31:59 +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