From e598e4d2718c41352eafae19284ffe358b8c8181 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 17 七月 2024 18:18:19 +0800 Subject: [PATCH] 修改方法,去除庄口获取庄口列表方法;添加产品来源字典类型;添加字典模糊搜索 --- request/dict.go | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/request/dict.go b/request/dict.go index f7be713..d11c060 100644 --- a/request/dict.go +++ b/request/dict.go @@ -4,6 +4,7 @@ type MiniDict struct { Name string `json:"name"` // 鍚嶇О + Code string `json:"code"` // 缂栫爜 Value string `json:"value"` // 鍊� IsDefault bool `json:"isDefault"` // 鏄惁榛樿 } @@ -25,10 +26,12 @@ } type GetMiniDict struct { - Type constvar.MiniDictType `json:"type"` // 瀛楀吀绫诲瀷 - Name string `json:"name"` // 瀛楀吀鍚嶇О + Type constvar.MiniDictType `json:"type"` // 瀛楀吀绫诲瀷 + Name string `json:"name"` // 瀛楀吀鍚嶇О + Keyword string `json:"keyword"` // 鍏抽敭瀛楁煡璇� } type GetMiniDictList struct { - Type constvar.MiniDictType `json:"type"` // 瀛楀吀绫诲瀷 + Type constvar.MiniDictType `json:"type"` // 瀛楀吀绫诲瀷 + Keyword string `json:"keyword"` // 鍏抽敭瀛楁煡璇� } -- Gitblit v1.8.0