From 2716487d13f3521adeb25a48aa07a89f885d32c7 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 09 十月 2023 09:36:08 +0800 Subject: [PATCH] 仓库功能修改 --- request/product_request.go | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/request/product_request.go b/request/product_request.go index c0e7ea7..c48f3c0 100644 --- a/request/product_request.go +++ b/request/product_request.go @@ -28,8 +28,7 @@ type QueryDisuseList struct { PageInfo - Number string `json:"number"` - SourceNumber string `json:"sourceNumber"` + Number string `json:"number"` } type UpdateDisuse struct { @@ -44,3 +43,9 @@ OperationDate string `json:"operationDate"` BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` } + +type QueryOperationHistory struct { + PageInfo + ProductId string `json:"productId"` + LocationId int `json:"locationId"` +} -- Gitblit v1.8.0