From 79061068a829e8771c5470a020ebedd5c2d014f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Fri, 11 Oct 2024 14:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=85=88=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20=E5=8A=9F=E8=83=BD=E7=A8=8D=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Model/ViewModels/Query/SysRegionQuery.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/New_College.Model/ViewModels/Query/SysRegionQuery.cs b/New_College.Model/ViewModels/Query/SysRegionQuery.cs index b5c1f52..b1d2478 100644 --- a/New_College.Model/ViewModels/Query/SysRegionQuery.cs +++ b/New_College.Model/ViewModels/Query/SysRegionQuery.cs @@ -10,5 +10,7 @@ namespace New_College.Model.ViewModels /// 传0位获取省 传其他Code为获取下级数据 /// public string Code { get; set; } = "0"; + + public string provinceName { get; set; } } }