ai_office_plugin/util-lib/UpdateModel.cs

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; }
}
}