using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace YouZanSDKStandard.Api.Domain { public class TemplateOpenModel { public string template_id { get; set; } public string template_title { get; set; } } }