From 95aba92e935ef8ee68e2f93fa6bb808c0b6782ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 20 Mar 2022 19:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=AE=9E=E4=BD=93=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A2=9D=E5=A4=96=E5=8F=82=E6=95=B0=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Model/PagedInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Model/PagedInfo.cs b/ZR.Model/PagedInfo.cs index ee2ea0e3..08ea554b 100644 --- a/ZR.Model/PagedInfo.cs +++ b/ZR.Model/PagedInfo.cs @@ -40,7 +40,7 @@ namespace ZR.Model set { } } public List Result { get; set; } - + public Dictionary Extra { get; set; } = new Dictionary(); public PagedInfo() { }