From 69ac5c4605f340144144a4b0954c7768697e95e6 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 11 八月 2023 14:25:56 +0800
Subject: [PATCH] add
---
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