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