From 2ec42065712b96ac32ea706869949bf88f04770f Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 14 六月 2024 09:52:58 +0800
Subject: [PATCH] 修复报错

---
 request/operation_type.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/request/operation_type.go b/request/operation_type.go
index 573eb4d..be30ae5 100644
--- a/request/operation_type.go
+++ b/request/operation_type.go
@@ -4,7 +4,8 @@
 
 type GetOperationTypeList struct {
 	PageInfo
-	Keyword string `json:"keyword"`
+	Keyword     string `json:"keyword"`
+	WarehouseId int    `json:"warehouseId" gorm:"type:int;not null;comment:浠撳簱id"` //浠撳簱id
 }
 
 type AddOperationType struct {

--
Gitblit v1.8.0