using Microsoft.WindowsAzure.Storage.Table;
using System;
using System.Collections.Generic;
using System.Text;
using TEAMModelOS.SDK.Context.Attributes.Azure;
namespace TEAMModelOS.Model.Core.Models
{
///
/// 智慧学区成员学校
///
public class SchoolAreaMember
{
///
/// 智慧学区成员学校编码
///
public string SchoolCode { get; set; }
///
/// 智慧学区成员学校名称
///
public string SchoolName { get; set; }
}
}