MeiRiYiCheng_1_old/YBDevice.Application/ViewInfo/Dtos/ViewDto.cs

28 lines
605 B
C#

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