mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
修复生成业务代码异常
优化代码,删除columnHeaders
This commit is contained in:
@@ -38,12 +38,7 @@ namespace OpenAuth.App.Response
|
||||
/// </summary>
|
||||
public int count { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 返回的列表头信息(已过时,请使用columnFields代替)
|
||||
/// </summary>
|
||||
[Obsolete("请使用ColumnFields以获得更丰富的配置信息")]
|
||||
public List<KeyDescription> columnHeaders;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 返回的表格列定义
|
||||
/// 该属性基于代码生成使用的列定义
|
||||
@@ -59,7 +54,6 @@ namespace OpenAuth.App.Response
|
||||
{
|
||||
code = 200;
|
||||
msg = "加载成功";
|
||||
columnHeaders = new List<KeyDescription>();
|
||||
columnFields = new List<BuilderTableColumn>();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user