采用ACE界面

This commit is contained in:
yubaolee
2016-10-14 11:22:16 +08:00
parent 007c901002
commit 9606a71f72
1536 changed files with 285929 additions and 7686 deletions

View File

@@ -22,15 +22,19 @@ namespace OpenAuth.App.ViewModel
/// <summary>
/// 页码
/// </summary>
public int pageCurrent;
public int page;
/// <summary>
/// 总页数
/// </summary>
public int total;
/// <summary>
/// 总记录条数
/// </summary>
public int records;
/// <summary>
/// 数据内容
/// </summary>
public dynamic list;
public dynamic rows;
}
}