From f2c7c7aa3218cd5ef688975ea9b5a0f3a6e5e74f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 10 八月 2023 16:38:41 +0800 Subject: [PATCH] temp --- 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