From 0c9ae4437963ba5c692e400dd3a65b65078231e5 Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Thu, 7 Mar 2024 17:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/resource.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/service/resource.proto b/service/resource.proto index 1b48c05..b195387 100644 --- a/service/resource.proto +++ b/service/resource.proto @@ -63,6 +63,7 @@ message ExportFile { string file_type = 1;// 文件类型 string file_name = 2;// 文件名称 bytes file_bytes = 3;// 文件流 + repeated ExportFile child =4; // 如果是zip类型,递归 } message ExportCsvReq {