12 lines
255 B
C#
12 lines
255 B
C#
using JNPF.Common.Dtos.DataBase;
|
|
using JNPF.DependencyInjection;
|
|
|
|
namespace JNPF.Systems.Entitys.Dto.Database;
|
|
|
|
/// <summary>
|
|
/// 数据库表修改输入.
|
|
/// </summary>
|
|
[SuppressSniffer]
|
|
public class DatabaseTableUpInput : DatabaseTableInfoOutput
|
|
{
|
|
} |