We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public class WeiChat_BrokerClient3 : WeiChat_WeChatWithNoKeyBase {
[Key] [DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int Id { get; set; } /// <summary> /// 用户id /// </summary> [Display(Name = "用户ID")] public Guid userId { get; set; } 。。。。。 }
} 执行的代码是 //导入数据
var filePath = Path.Combine(Server.MapPath("~/upload"), "1.xlsx"); var import = await Importer.Import<WeiChat_BrokerClient3>(filePath); import.ShouldNotBeNull();
The text was updated successfully, but these errors were encountered:
- **【Nuget】版本更新到2.1.3**
3ee1ee5
- **【Excel导入】修复GUID类型的问题。问题见(<https://github.com/dotnetcore/Magicodes.IE/issues/44>)。**
6fccae0
xin-lai
No branches or pull requests
public class WeiChat_BrokerClient3 : WeiChat_WeChatWithNoKeyBase
{
}
执行的代码是
//导入数据
The text was updated successfully, but these errors were encountered: