From 115bd9b51f5d8eade4658f844de37516486c60e7 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 18 十一月 2023 17:25:25 +0800
Subject: [PATCH] crm获取aps项目模块信息

---
 model/request/file.go |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/model/request/file.go b/model/request/file.go
index 096675b..749b82f 100644
--- a/model/request/file.go
+++ b/model/request/file.go
@@ -21,3 +21,10 @@
 	KeywordType constvar.FileKeywordType `json:"keywordType"  form:"keywordType"`
 	Keyword     string                   `json:"keyword" form:"keyword"`
 }
+
+type DownloadFile struct {
+	SourceType string `json:"sourceType" form:"sourceType" binding:"required"` // 闄勪欢鏉ユ簮
+	SourceId   int    `json:"sourceId" form:"sourceId"  binding:"required"`    // 鏉ユ簮id
+	Id         uint   `json:"id" form:"id"  binding:"required"`                // 闄勪欢id
+	Key        string `json:"key" form:"key"  binding:"required"`              // 闄勪欢瀛樺偍key
+}

--
Gitblit v1.8.0