饭太稀
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Fantasy.Tools.ConfigTable;
|
||||
|
||||
public class VersionInfo
|
||||
{
|
||||
public SortedSet<long> WorksheetNames = [];
|
||||
public SortedDictionary<long, long> Tables = new();
|
||||
}
|
||||
Reference in New Issue
Block a user