From cdf1e74e60dd3bd214081577f25805ffee921b83 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期五, 12 七月 2024 10:15:07 +0800
Subject: [PATCH] 添加代码自动生成,修改获取车辆编号返回结构

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

diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go
index dd25cb7..f4622e0 100644
--- a/controllers/request/system_set.go
+++ b/controllers/request/system_set.go
@@ -8,6 +8,7 @@
 type GetDictList struct {
 	PageInfo
 	DictType *constvar.DictType `json:"dictType" form:"dictType"` //瀛楀吀绫诲瀷
+	Keyword  string             `json:"keyword" form:"keyword"`   //鎼滅储鍏抽敭瀛�
 }
 
 type AddDict struct {
@@ -20,6 +21,10 @@
 type UpdateDict struct {
 	ID uint `gorm:"comment:涓婚敭ID;primaryKey;" json:"id"`
 	AddDict
+}
+
+type CodeStandard struct {
+	Type int `json:"type"` // 绫诲瀷
 }
 
 // ---------------------------------------鐢熶笣---------------------------------
@@ -47,10 +52,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