整理格式!

This commit is contained in:
FalconFly 2023-06-06 11:34:23 +08:00
parent 7ade3af983
commit bddca76f77

View File

@ -83,7 +83,7 @@ namespace Falcon.SugarApi.ApiDefinistions
#endregion
#region
/// <summary>
/// 从对象序列化字符串
/// </summary>
@ -105,6 +105,9 @@ namespace Falcon.SugarApi.ApiDefinistions
return JsonSerializer.Deserialize<T>(json);
}
#endregion
#region
/// <summary>
/// 验证模型。如果失败抛出异常
/// </summary>
@ -118,6 +121,8 @@ namespace Falcon.SugarApi.ApiDefinistions
}
}
#endregion
#region
/// <summary>
@ -157,7 +162,6 @@ namespace Falcon.SugarApi.ApiDefinistions
#endregion
#region api调用结果
/// <summary>