mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 06:46:19 +00:00
11 lines
No EOL
309 B
C#
11 lines
No EOL
309 B
C#
namespace ServiceLib.Models
|
|
{
|
|
public class CheckUpdateModel
|
|
{
|
|
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; }
|
|
}
|
|
} |