From 743614db00f9b8cd9a97997a743f9c161e493aea Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期三, 10 七月 2024 20:55:28 +0800
Subject: [PATCH] 车间分组配置

---
 controllers/request/system_set.go |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go
index c7cb7d3..f7db82b 100644
--- a/controllers/request/system_set.go
+++ b/controllers/request/system_set.go
@@ -7,7 +7,8 @@
 
 type GetDictList struct {
 	PageInfo
-	DictType constvar.DictType `json:"dictType"` //瀛楀吀绫诲瀷
+	DictType *constvar.DictType `json:"dictType" form:"dictType"` //瀛楀吀绫诲瀷
+	Keyword  string             `json:"keyword" form:"keyword"`   //鎼滅储鍏抽敭瀛�
 }
 
 type AddDict struct {
@@ -47,10 +48,4 @@
 	RankProp  string          `json:"rankProp"`  //鍓嶇紑key
 	RankName  string          `json:"rankName"`  //绛夌骇鍚嶇О
 	RankValue decimal.Decimal `json:"rankValue"` //绛夌骇鍊�
-}
-
-// ---------------------------------------杞﹂棿---------------------------------
-type GetWorkshopManage struct {
-	PageInfo
-	KeyWord string `json:"keyWord"`
 }

--
Gitblit v1.8.0