Parcourir la source

修改查询转换

TANG JIANG il y a 2 ans
Parent
commit
f6c47c3b25
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/Hotline.Application/Mappers/MapperConfigs.cs

+ 2 - 0
src/Hotline.Application/Mappers/MapperConfigs.cs

@@ -1,8 +1,10 @@
 using Hotline.CallCenter.BlackLists;
 using Hotline.FlowEngine.Definitions;
 using Hotline.Identity.Roles;
+using Hotline.KnowledgeBase;
 using Hotline.Share.Dtos.CallCenter;
 using Hotline.Share.Dtos.FlowEngine;
+using Hotline.Share.Dtos.Knowledge;
 using Hotline.Share.Dtos.Roles;
 using Hotline.Share.Dtos.Users;
 using Hotline.Users;