李昊 4 年 前
コミット
b03ad34111
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      gx_api/GxPress/Model/GxPress.Mappings/DepartmentMapping.cs

+ 1 - 0
gx_api/GxPress/Model/GxPress.Mappings/DepartmentMapping.cs

@@ -10,6 +10,7 @@ namespace GxPress.Mappings
         {
             CreateMap<Department, DepartmentTreeResult>();
             CreateMap<Department, DepartmentResult>();
+            CreateMap<DepartmentResult, DepartmentTreeResult>();
         }
     }
 }