(エッセンス)2020年6月26日C#クラスライブラリモデルPageResult


using System.Collections.Generic; namespace Coldairarrow.Util { /// /// /// /// public class PageResult<T> : AjaxResult<List<T>> { /// /// /// public int Total { get; set; } } }