分页实体新增额外参数添加字段

This commit is contained in:
不做码农 2022-03-20 19:26:17 +08:00
parent b96db9453b
commit 95aba92e93

View File

@ -40,7 +40,7 @@ namespace ZR.Model
set { } set { }
} }
public List<T> Result { get; set; } public List<T> Result { get; set; }
public Dictionary<string, object> Extra { get; set; } = new Dictionary<string, object>();
public PagedInfo() public PagedInfo()
{ {
} }