瀏覽代碼

style: 😀增加注释

喵你个旺呀 1 年之前
父節點
當前提交
cb012658fb
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
  1. 1 0
      Admin.NET/Admin.NET.Core/Utils/ExcelHelper.cs

+ 1 - 0
Admin.NET/Admin.NET.Core/Utils/ExcelHelper.cs

@@ -132,6 +132,7 @@ public class ExcelHelper
 
 
             if (dataList != null)
             if (dataList != null)
             {
             {
+                // 添加下拉列表
                 AddListValidation(columnIndex, dataList);
                 AddListValidation(columnIndex, dataList);
                 dropdownSheet.Cells[1, columnIndex, dataList.Count, columnIndex].LoadFromCollection(dataList);
                 dropdownSheet.Cells[1, columnIndex, dataList.Count, columnIndex].LoadFromCollection(dataList);
             }
             }