Commit 45709e57 by 李承祥

添加注释

parent af16f4d2
......@@ -5,8 +5,14 @@ namespace Performance.DtoModels
{
public class CheckLogResponse
{
/// <summary>
/// 1、信息(info)2、警告(warn)3、错误(error)
/// </summary>
public string Level { get; set; }
/// <summary>
/// log_check集合
/// </summary>
public List<log_check> Row { get; set; }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment