From f3b1ba6c5d2f8f479b41e4e36093322d383b4e9c Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 20 九月 2023 19:32:10 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 models/operation_type.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/models/operation_type.go b/models/operation_type.go
index 92c244c..aac39b3 100644
--- a/models/operation_type.go
+++ b/models/operation_type.go
@@ -88,6 +88,11 @@
 	return slf
 }
 
+func (slf *OperationTypeSearch) SetBaseOperationType(baseOperationType constvar.BaseOperationType) *OperationTypeSearch {
+	slf.BaseOperationType = baseOperationType
+	return slf
+}
+
 func (slf *OperationTypeSearch) build() *gorm.DB {
 	var db = slf.Orm.Model(&OperationType{})
 

--
Gitblit v1.8.0