上报数据方式优化

This commit is contained in:
hsc
2026-06-30 10:01:30 +08:00
parent 8f124fb08d
commit f27045153c
7 changed files with 368 additions and 190 deletions

View File

@@ -13,6 +13,8 @@ namespace Model.Models
public class AvailableMethodItem
{
public string DeviceName { get; set; } = string.Empty;
/// <summary>硬件指纹(物理设备唯一标识)</summary>
public string Fingerprint { get; set; } = string.Empty;
public string MethodName { get; set; } = string.Empty;
public string DisplayName { get; set; } = string.Empty;
public MethodInfo MethodInfo { get; set; } = null!;