This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace Model
{
public class ResponeData
/// <summary>
/// 代码 1-正常;0-异常;
/// </summary>
public int code
get;
set;
} = 1;
/// 消息
public string message
}
/// 数据
public object data