using System; using System.Collections.Generic; using System.Text; namespace Tianyi.DingtalkRobotKit { public class MarkdownOption { public string title { get; set; } public string text { get; set; } } }