fix: mapster忽略大小写策略错误,导致部分插件属性映射错误
This commit is contained in:
@@ -28,7 +28,6 @@ public class Startup : AppStartup
|
||||
TypeAdapterConfig.GlobalSettings.Scan(App.Assemblies.ToArray());
|
||||
// 配置默认全局映射(支持覆盖)
|
||||
TypeAdapterConfig.GlobalSettings.Default
|
||||
.NameMatchingStrategy(NameMatchingStrategy.Flexible)
|
||||
.PreserveReference(true);
|
||||
|
||||
//运行日志写入数据库配置
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.0.3.32</Version>
|
||||
<Version>6.0.3.33</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user