添加项目文件。
This commit is contained in:
15
HT.Cloud.Code/Operator/OperatorResult.cs
Normal file
15
HT.Cloud.Code/Operator/OperatorResult.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace HT.Cloud.Code
|
||||
{
|
||||
public class OperatorResult
|
||||
{
|
||||
/// <summary>
|
||||
/// 状态码-1未登录,1登录成功,0登录过期
|
||||
/// </summary>
|
||||
public int stateCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 登录者用户信息
|
||||
/// </summary>
|
||||
public OperatorModel userInfo { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user