SysParams

This commit is contained in:
辉鸭蛋
2024-12-23 23:32:25 +08:00
parent 6fbae881de
commit 839343cebf
5 changed files with 41 additions and 1 deletions

View File

@@ -28,4 +28,6 @@ public class KeyMouseScriptInfo
public string StartTime { get; set; } = string.Empty;
public string StartTimeUnixTimestamp { get; set; } = string.Empty;
public SysParams? SysParams { get; set; }
}