添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.User;
|
||||
|
||||
/// <summary>
|
||||
/// 用户数据导入 输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class UserImportDataInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 导入的数据列表.
|
||||
/// </summary>
|
||||
public List<UserListImportDataInput> list { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user