From 90858c80d9921b555119f41060c1f883f6e6ffc5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 26 十二月 2024 12:49:35 +0800 Subject: [PATCH] 提交 --- DocumentFile.Service/ReturnMsg.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/DocumentFile.Service/ReturnMsg.cs b/DocumentFile.Service/ReturnMsg.cs index acfdf41..0e4445f 100644 --- a/DocumentFile.Service/ReturnMsg.cs +++ b/DocumentFile.Service/ReturnMsg.cs @@ -1,5 +1,12 @@ 锘縩amespace DocumentFile.Service { + public class UploadSubmit + { + public string code { get; set; } + + public string path { get; set; } + } + public class ReturnMsg { public ReturnMsg() @@ -27,5 +34,10 @@ /// 璁板綍鏁伴噺 /// </summary> public int count { get; set; } + + /// <summary> + /// 鏍囪瘑浠g爜 + /// </summary> + public string lastWriteTime { get; set; } } } -- Gitblit v1.9.1