Commit ab2d5185 by 纪旭 韦

添加二次绩效map映射

parent e0d1c8ad
......@@ -162,6 +162,7 @@ public AutoMapperConfigs()
//二次绩效
CreateMap<ag_header, PerHeader>();
CreateMap<PerHeader, ag_header>();
CreateMap<CofAgainRequest, cof_again>();
CreateMap<PerAgainData, ag_data>();
CreateMap<ag_data, PerAgainData>();
......
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