添加项目文件。
This commit is contained in:
12
extend/Tnb.Extend.Entitys/Dto/Employee/ImportDataInput.cs
Normal file
12
extend/Tnb.Extend.Entitys/Dto/Employee/ImportDataInput.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.Employee;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class ImportDataInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 导入数据.
|
||||
/// </summary>
|
||||
public List<EmployeeListOutput>? list { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user