(エッセンス)2020年6月26日C#クラスライブラリモデルPageResult
1635 ワード
using System.Collections.Generic;
namespace Coldairarrow.Util
{
///
///
///
///
public class PageResult<T> : AjaxResult<List<T>>
{
///
///
///
public int Total { get; set; }
}
}