mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-11 22:09:41 +05:00
11 lines
309 B
C#
11 lines
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; }
|
|
}
|
|
} |