修改统一返回接口

This commit is contained in:
2022-05-30 13:34:56 +08:00
parent a261605bde
commit 8e7dab028e
5 changed files with 31 additions and 36 deletions
@@ -28,12 +28,6 @@ namespace IRaCIS.Core.Infrastructure.Extention
/// </summary>
public IList<T> CurrentPageData { get; set; }
/// <summary>
/// 分页数据 可能额外返回其他类型的查询数据 必须一些配置
/// </summary>
public object OtherData { get; set; }
public PageOutput()
{
}