using Microsoft.WindowsAzure.Storage.Table; using System; using System.Collections.Generic; using System.Text; using TEAMModelOS.SDK.Context.Attributes.Azure; namespace HiTeachCC.Model.Core.Models { [TableSpace(Name = "Core")] public class PPTData : TableEntity { public string Sha1Code { get; set; } public string DataUrl { get; set; } } }