Merge branch 'master' into net6.0

This commit is contained in:
不做码农
2022-03-20 19:29:42 +08:00
11 changed files with 84 additions and 447 deletions

View File

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