From f89bbcf77dae0465e829ca6f7548cd36ef57aaa6 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 22 九月 2023 16:37:06 +0800 Subject: [PATCH] 1.调拨接口 --- request/operation.go | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/request/operation.go b/request/operation.go index b3b0bc2..9e730f2 100644 --- a/request/operation.go +++ b/request/operation.go @@ -39,7 +39,9 @@ type OperationList struct { PageInfo - OperationTypeId int `json:"operationTypeId" form:"operationTypeId"` + OperationTypeId int `json:"operationTypeId" form:"operationTypeId"` + Number string `json:"number"` + SourceNumber string `json:"sourceNumber"` } type UpdateOperation struct { @@ -65,3 +67,9 @@ //Weight decimal.Decimal `json:"weight" gorm:"type:decimal(20,2);comment:閲嶉噺(kg)"` //閲嶉噺(kg)-闈炲繀濉� //TransferWeight decimal.Decimal `json:"transferWeight" gorm:"type:decimal(20,2);comment:鐗╂祦閲嶉噺(kg)"` //鐗╂祦閲嶉噺(kg)-闈炲繀濉� } + +type OperationAllList struct { + PageInfo + Number string `json:"number"` + SourceNumber string `json:"sourceNumber"` +} -- Gitblit v1.8.0