EPPlus替换成miniExcel

This commit is contained in:
不做码农
2022-12-08 16:53:47 +08:00
parent d32c211aee
commit 1792bb773d
16 changed files with 172 additions and 216 deletions

View File

@@ -1,5 +1,4 @@
using OfficeOpenXml.Attributes;
using SqlSugar;
using SqlSugar;
using System;
namespace ZR.Model.System
@@ -39,7 +38,9 @@ namespace ZR.Model.System
/// </summary>
public string InvokeTarget { get; set; }
[EpplusTableColumn(NumberFormat = "yyyy-MM-dd HH:mm:ss")]
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 执行用时,毫秒