添加项目文件。
This commit is contained in:
12
common/Tnb.Common/Dtos/DataImportInput.cs
Normal file
12
common/Tnb.Common/Dtos/DataImportInput.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace JNPF.Common.Dtos;
|
||||
|
||||
/// <summary>
|
||||
/// 数据导入输入.
|
||||
/// </summary>
|
||||
public class DataImportInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据集合.
|
||||
/// </summary>
|
||||
public List<Dictionary<string, object>> list { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user