lohaaa

Results 2 issues of lohaaa

前景: 目前有需求需要将List集合字段导出为JSON文本格式. 在查看了文档和issues后暂未发现此功能实现的途径. 请问目前是否满足自定义的数据格式转换? 如目前已支持此格式转换需求,请指导一下实现方式,非常感谢~ 如不支持,后续是否可以考虑一下? 在alibaba的easyexcel中有类似实现,供参考: [https://easyexcel.opensource.alibaba.com/docs/current/api/write](url) -- converter

配置忽略字段 `builder.Ignore(x => x.SplitTableKey);` 异常信息 `Unable to create a 'DbContext' of type 'ShardingCore.MultiField.Demo.ApplicationDbContext'. The exception 'The property 'Player.SplitTableKey' could not be found. Ensure that the property exists and has been...