using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YBDevice.Application.ViewInfo { /// /// 模版内容 /// public class ViewS2SDto { /// /// 上部 /// public string Top { get; set; } = ""; /// /// 表格头 /// public string TableTop { get; set; } = ""; /// /// 表格列 /// public string Table { get; set; } = ""; } }