From 53b83f1b5fd89336438dfa6de33541fcd81a290f Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 03 七月 2024 11:27:43 +0800 Subject: [PATCH] 字典添加报废类型与出入库类型对应 --- request/report_forms_request.go | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/request/report_forms_request.go b/request/report_forms_request.go index 5956eaa..6540c8a 100644 --- a/request/report_forms_request.go +++ b/request/report_forms_request.go @@ -25,3 +25,19 @@ ProductId string `json:"productId"` LocationId int `json:"locationId"` } + +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