using Microsoft.WindowsAzure.Storage.Table;
using System;
using System.Collections.Generic;
using System.Text;
using TEAMModelOS.SDK.Context.Attributes.Table;
namespace TEAMModelOS.Model.Syllabus.Models
{
///
/// 学段册别表
///
[TableSpace(Name = "Syllabus")]
public class PeriodSubjectEditionTerm : PeriodSubjectEdition
{
///
/// 版本code
///
public string Psecode { get; set; }
}
}