PortProxyGUI/PortProxyGUI.Shared/Data/Migration.cs

9 lines
173 B
C#
Raw Normal View History

2021-03-10 01:12:07 +08:00
namespace PortProxyGUI.Data
{
public class Migration
{
public string MigrationId { get; set; }
public string ProductVersion { get; set; }
}
}