qin
2025-03-20 330002911a64ea58d6834b64228870228eb75391
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace PBS.Model
{
    public class PlaceSchoolParasInfo : JsonModel<PlaceSchoolParasInfo>
    {
        /// <summary>
        /// 等级
        /// </summary>
        public string Level { get; set; }
 
        /// <summary>
        /// 学校类型
        /// </summary>
        public string SchoolType { get; set; }
    }
}