From d6aea9913510936bde157e22a1f7042a0eb33ac3 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 28 四月 2024 10:36:50 +0800
Subject: [PATCH] 时间范围和该工人以往添加记录重复性校验

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

diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go
index c7cb7d3..cfe2744 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 {
@@ -52,5 +53,13 @@
 // ---------------------------------------杞﹂棿---------------------------------
 type GetWorkshopManage struct {
 	PageInfo
-	KeyWord string `json:"keyWord"`
+	KeyWord      string `json:"keyWord"`
+	WorkshopName string `json:"workshopName"` //杞﹂棿鍚嶇О
+	GroupNumber  int    `json:"groupNumber"`  //缁勫埆
+}
+
+type GetWorkshopManageCar struct {
+	WorkshopName string `json:"workshopName"` //杞﹂棿鍚嶇О
+	GroupNumber  int    `json:"groupNumber"`  //缁勫埆
+	MarketName   string `json:"marketName"`   //搴勫彛鍚�
 }

--
Gitblit v1.8.0