From 610ae3fb0df083e4b2649dcb7956e50b7159836a Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 11 四月 2024 17:00:12 +0800 Subject: [PATCH] 产量登记表格式修改 --- controllers/request/system_set.go | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/controllers/request/system_set.go b/controllers/request/system_set.go index c7cb7d3..533098b 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 { @@ -54,3 +55,9 @@ PageInfo KeyWord string `json:"keyWord"` } + +type GetWorkshopManageCar struct { + WorkshopName string `json:"workshopName"` //杞﹂棿鍚嶇О + GroupNumber int `json:"groupNumber"` //缁勫埆 + MarketName string `json:"marketName"` ///搴勫彛鍚� +} -- Gitblit v1.8.0