From c2e727dcdfa8970f629c3e3884bd866398bf3f48 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 25 八月 2023 16:31:30 +0800 Subject: [PATCH] fix --- model/test/request/industry.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/model/test/request/industry.go b/model/test/request/industry.go index 9edfaff..3837729 100644 --- a/model/test/request/industry.go +++ b/model/test/request/industry.go @@ -12,3 +12,7 @@ EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo } + +type IndustryList struct { + Industries []test.Industry `json:"industries"` +} -- Gitblit v1.8.0