新增文件导出功能
This commit is contained in:
parent
230b735346
commit
0c9ae44379
|
@ -63,6 +63,7 @@ message ExportFile {
|
||||||
string file_type = 1;// 文件类型
|
string file_type = 1;// 文件类型
|
||||||
string file_name = 2;// 文件名称
|
string file_name = 2;// 文件名称
|
||||||
bytes file_bytes = 3;// 文件流
|
bytes file_bytes = 3;// 文件流
|
||||||
|
repeated ExportFile child =4; // 如果是zip类型,递归
|
||||||
}
|
}
|
||||||
|
|
||||||
message ExportCsvReq {
|
message ExportCsvReq {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user