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;
namespace ZR.Model.System
{
@@ -14,9 +13,7 @@ namespace ZR.Model.System
public long PostId { get; set; }
public string PostCode { get; set; }
public string PostName { get; set; }
[EpplusIgnore]
public int PostSort { get; set; }
[EpplusIgnore]
public string Status { get; set; }
}
}