From 6acff3ce321e59b03e95fe7143ba45b0c48cd926 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 14 八月 2023 18:00:13 +0800 Subject: [PATCH] fix --- model/request/serviceCollectionPlan.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/serviceCollectionPlan.go b/model/request/serviceCollectionPlan.go index b8e4f35..a1a9a11 100644 --- a/model/request/serviceCollectionPlan.go +++ b/model/request/serviceCollectionPlan.go @@ -5,7 +5,7 @@ ) type AddServiceCollectionPlan struct { - List []*model.ServiceCollectionPlan + List []*model.ServiceCollectionPlan `json:"list" binding:"required"` } type UpdateServiceCollectionPlan struct { -- Gitblit v1.8.0