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; } } }