调整结构

This commit is contained in:
yubaolee
2017-10-11 16:19:34 +08:00
parent 22ba70b47c
commit 0659eb84c1
101 changed files with 2349 additions and 2224 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenAuth.UnitTest
int val = random.Next();
_app.AddOrUpdate(new Org
{
Id = Guid.Empty,
Id = string.Empty,
Name = "test" + val,
CreateTime = DateTime.Now,
ParentId = null,