添加项目
This commit is contained in:
16
WPFUI.Test/Web/DataVO.cs
Normal file
16
WPFUI.Test/Web/DataVO.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace WPFUI.Test
|
||||
{
|
||||
[Serializable]
|
||||
public class DataVO
|
||||
{
|
||||
[JsonProperty("publicKey")]
|
||||
public string PublicKey { get; set; } = string.Empty;
|
||||
[JsonProperty("uuid")]
|
||||
public string UUID { get; set; } = string.Empty;
|
||||
public string Token { get; set; }
|
||||
public UserInfoVO UserInfoVO { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user