mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-13 10:22:53 +00:00
11 lines
No EOL
308 B
C#
11 lines
No EOL
308 B
C#
namespace ServiceLib.Models
|
|
{
|
|
public class CheckUpdateItem
|
|
{
|
|
public bool? IsSelected { get; set; }
|
|
public string? CoreType { get; set; }
|
|
public string? Remarks { get; set; }
|
|
public string? FileName { get; set; }
|
|
public bool? IsFinished { get; set; }
|
|
}
|
|
} |