添加项目文件。
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using JNPF.Common.Dtos.DataBase;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Database;
|
||||
|
||||
/// <summary>
|
||||
/// 数据库表修改输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class DatabaseTableUpInput : DatabaseTableInfoOutput
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user