10 lines
194 B
C#
10 lines
194 B
C#
namespace UtilLib
|
|
{
|
|
public class UpdateModel
|
|
{
|
|
public int Version { get; set; }
|
|
public string Log { get; set; }
|
|
public string UpdateFile { get; set; }
|
|
}
|
|
}
|