20023-08-10

This commit is contained in:
2023-08-10 11:40:02 +08:00
parent c41b3b9777
commit 02fcf5be10
82 changed files with 9031 additions and 2997 deletions
+60
View File
@@ -0,0 +1,60 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class SaveOnlineFileItem
{
/// <summary>
///
/// </summary>
public string md5
{
get;
set;
}
/// <summary>
///
/// </summary>
public string expires
{
get;
set;
}
/// <summary>
///
/// </summary>
public string disposition
{
get;
set;
}
/// <summary>
/// 文件名称
/// </summary>
public string filename
{
get;
set;
}
/// <summary>
/// 保存路径
/// </summary>
public string PCUrl
{
get;
set;
}
/// <summary>
/// 文件路径
/// </summary>
public string UrlStr
{
get;
set;
}
}
}
+1
View File
@@ -145,6 +145,7 @@
<Compile Include="APIItem\QuarterlyProjectQuality.cs" />
<Compile Include="APIItem\ReturnData.cs" />
<Compile Include="APIItem\SafetyBriefing.cs" />
<Compile Include="APIItem\SaveOnlineFileItem.cs" />
<Compile Include="APIItem\SHHSE\NewSYHSEData.cs" />
<Compile Include="APIItem\SHHSE\NewSYHSEDataHiddenDangerCheckItem.cs" />
<Compile Include="APIItem\SHHSE\NewSYHSEDataItem.cs" />