添加项目文件。
This commit is contained in:
11
KGdev.BI3D.Revit.ExporterV2/HasherInput.cs
Normal file
11
KGdev.BI3D.Revit.ExporterV2/HasherInput.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.ExporterV2
|
||||
{
|
||||
internal class HasherInput
|
||||
{
|
||||
public string HexSha512Hash { get; set; }
|
||||
|
||||
public string Token { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user