This commit is contained in:
he
2024-09-27 15:16:04 +08:00
parent aba7dfdec9
commit 3e375ea6d1
5 changed files with 47 additions and 14 deletions
@@ -4,6 +4,7 @@
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
//--------------------------------------------------------------------
using IRaCIS.Core.Domain.Share;
using System.Data;
namespace IRaCIS.Core.Application.Service.Reading.Dto
{
@@ -283,7 +284,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public decimal Data { get; set; }
}
public class FileToDataTableDto
{
public DataTable DataTable { get; set; }
public List<string> SheetNames { get; set; }
}
/// <summary>
/// 阅片计算Dto