Commit 3c8076b7 by ruyun.zhang@suvalue.com Committed by 纪旭 韦

Mapper配置

parent 860227ee
...@@ -255,6 +255,8 @@ public AutoMapperConfigs() ...@@ -255,6 +255,8 @@ public AutoMapperConfigs()
CreateMap<ex_result, ex_result_gather>() CreateMap<ex_result, ex_result_gather>()
.ReverseMap(); .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