using System; using System.Collections.Generic; using System.Text; namespace HiTeachCC.Model.PowerPoint { public class Math : Item { public string Content { get; set; } public Fill Fill { get; set; } public Border Border { get; set; } } }