``增加跳列功能

This commit is contained in:
路 范
2022-03-14 10:02:56 +08:00
parent 2a4132a176
commit 01b21749b8
5 changed files with 17 additions and 7 deletions

View File

@@ -78,6 +78,11 @@ namespace TempTask.WebEntry.ApiController.Dto
/// 跳过行 集合 行留空
/// </summary>
public List<int> skip_rows { get; set; }
/// <summary>
/// 跳过行 集合 行留空
/// </summary>
public List<string> skip_columns { get; set; }
}
/// <summary>
///