Browse Source

传用户简称。

master
yibo 7 years ago
parent
commit
53af63c61c
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      B3ClientService/BO/SyncBO/MinWPF_User.cs
  2. +1
    -0
      B3ClientService/Tasks/SyncInfoFromServer.cs

+ 2
- 0
B3ClientService/BO/SyncBO/MinWPF_User.cs View File

@ -28,5 +28,7 @@ namespace BWP.B3ClientService.BO
public byte[] Password { get; set; }
public string RoleSchema { get; set; }
public string Spell { get; set; }
}
}

+ 1
- 0
B3ClientService/Tasks/SyncInfoFromServer.cs View File

@ -198,6 +198,7 @@ namespace BWP.B3ClientService.Tasks
entity.Name = o.Get<string>("Name");
entity.Stopped = o.Get<bool>("Stopped");
entity.Password = o.Get<byte[]>("Password");
entity.Spell = o.Get<string>("Spell");
entity.RoleSchema = "default";//o.Get<string>("RoleSchema");
context.Session.Insert(entity);
}


Loading…
Cancel
Save