删除Npoi.Mapper包,SqlSugarCoreNoDrive升级至5.0.43
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
using Npoi.Mapper.Attributes;
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -18,13 +17,9 @@ namespace ZR.Model.System
|
||||
/// </summary>
|
||||
[SugarColumn(IsIdentity = true, IsPrimaryKey = true)]
|
||||
public long UserId { get; set; }
|
||||
[Column("用户名")]//对应Excel列名
|
||||
//[Required]//校验必填
|
||||
//[Duplication]//校验模板类该列数据是否重复
|
||||
public string UserName { get; set; }
|
||||
|
||||
[Column("用户昵称")]
|
||||
//[Required]
|
||||
public string NickName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="Npoi.Mapper" Version="3.5.1" />
|
||||
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.0.4" />
|
||||
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.0.4.3" />
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user