add 增加新表格 城市更新0318

This commit is contained in:
路 范
2022-03-18 21:47:56 +08:00
parent 65f0634157
commit 9c04581fbb
11 changed files with 153 additions and 19 deletions

View File

@@ -28,6 +28,14 @@ namespace TempTask.WebEntry.ApiController.Dto
/// </summary>
public class NumZjExcel
{
/// <summary>
/// 是否采用Excel的新配置方式
/// </summary>
public bool is_excel_config { get; set; } = false;
///// <summary>
///// Excel新配置方式文件路径
///// </summary>
//public string excel_config_path { get; set; }
/// <summary>
/// sheet编号 从1开始
/// </summary>
@@ -82,7 +90,7 @@ namespace TempTask.WebEntry.ApiController.Dto
/// 跳过行 集合 行留空
/// </summary>
public List<string> skip_columns { get; set; }
}
/// <summary>
///