From d20acf38c36c11ee4428c3e74a17f5870dc61b51 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 16 十一月 2023 09:51:00 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- model/test/request/industry.go | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/model/test/request/industry.go b/model/test/request/industry.go index 9edfaff..b80fcc2 100644 --- a/model/test/request/industry.go +++ b/model/test/request/industry.go @@ -1,8 +1,8 @@ package request import ( - "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" - "github.com/flipped-aurora/gin-vue-admin/server/model/test" + "srm/model/common/request" + "srm/model/test" "time" ) @@ -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