From 96844c22ef3fba86a55e0af1b51bc1009d6fa950 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期五, 20 十月 2023 11:57:48 +0800
Subject: [PATCH] 1.库存盘点bug修改

---
 request/operation.go |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/request/operation.go b/request/operation.go
index cf73ffa..a507a13 100644
--- a/request/operation.go
+++ b/request/operation.go
@@ -42,7 +42,6 @@
 	PageInfo
 	OperationTypeId int    `json:"operationTypeId" form:"operationTypeId"`
 	Number          string `json:"number"`
-	SourceNumber    string `json:"sourceNumber"`
 }
 
 type UpdateOperation struct {

--
Gitblit v1.8.0