2023-04-28

This commit is contained in:
2023-04-28 14:56:47 +08:00
parent f2ab2d5b73
commit 5b740e7bda
35 changed files with 1321 additions and 519 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ namespace Model
/// <summary>
/// 是否启用
/// </summary>
public bool IsUsed { get; set; }
public string IsUsed { get; set; }
/// <summary>
/// 是否启用
/// </summary>
+14
View File
@@ -247,5 +247,19 @@ namespace Model
get;
set;
}
/// <summary>
/// 签名
/// </summary>
public string Signature
{
get;
set;
}
public string Fingerprint
{
get;
set;
}
}
}