新增 FlowScope Git 包雏形
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace FlowScope.Save
|
||||
{
|
||||
public interface ISaveMigration
|
||||
{
|
||||
string Key { get; }
|
||||
int FromVersion { get; }
|
||||
int ToVersion { get; }
|
||||
|
||||
string Migrate(string json);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user