Files
tnb.server/extend/Tnb.Extend.Entitys/Dto/TableExample/TableExampleInfoOutput.cs
2023-03-13 15:00:34 +08:00

12 lines
230 B
C#

using JNPF.DependencyInjection;
namespace JNPF.Extend.Entitys.Dto.TableExample;
/// <summary>
/// 获取普通表格示例信息.
/// </summary>
[SuppressSniffer]
public class TableExampleInfoOutput : TableExampleUpInput
{
}