Browse Source

style: 😀增加注释

喵你个旺呀 1 year ago
parent
commit
cb012658fb
1 changed files with 1 additions and 0 deletions
  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)
             {
+                // 添加下拉列表
                 AddListValidation(columnIndex, dataList);
                 dropdownSheet.Cells[1, columnIndex, dataList.Count, columnIndex].LoadFromCollection(dataList);
             }