Mapper配置

parent 5274be2e
......@@ -255,6 +255,8 @@ public AutoMapperConfigs()
CreateMap<ex_result, ex_result_gather>()
.ReverseMap();
CreateMap<cof_workitem, WorkItemRequest>()
.ReverseMap();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment