namespace JNPF.Common.Dtos; /// /// 数据导入输入. /// public class DataImportInput { /// /// 数据集合. /// public List> list { get; set; } }