From 3032034d254fc15f06a1d4260f35c49f0ef1e12f Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期五, 02 八月 2024 11:57:33 +0800
Subject: [PATCH] 添加接口,添加新的薪资查询和修改接口

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

diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go
index f7db82b..bc09766 100644
--- a/controllers/request/system_set.go
+++ b/controllers/request/system_set.go
@@ -7,8 +7,8 @@
 
 type GetDictList struct {
 	PageInfo
-	DictType *constvar.DictType `json:"dictType" form:"dictType"` //瀛楀吀绫诲瀷
-	Keyword  string             `json:"keyword" form:"keyword"`   //鎼滅储鍏抽敭瀛�
+	DictType constvar.DictType `json:"dictType" form:"dictType"` //瀛楀吀绫诲瀷
+	Keyword  string            `json:"keyword" form:"keyword"`   //鎼滅储鍏抽敭瀛�
 }
 
 type AddDict struct {
@@ -23,6 +23,10 @@
 	AddDict
 }
 
+type CodeStandard struct {
+	Type int `json:"type"` // 绫诲瀷
+}
+
 // ---------------------------------------鐢熶笣---------------------------------
 type GetPriceStandard struct {
 	PageInfo

--
Gitblit v1.8.0