From 62bd99d03c25ff02f101a4522cf1cbd8430b31c3 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期二, 16 七月 2024 20:11:14 +0800
Subject: [PATCH] 修改变量,庄口类型默认值从0变更为1

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

diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go
index f4622e0..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 {

--
Gitblit v1.8.0