Explorar el Código

知识库加上部门限制
弹屏页面加上部门限制

yuqian %!s(int64=8) %!d(string=hace) años
padre
commit
44d0cba2d0

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 9 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/knowledge/KnowledgeController.cs


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 14 - 5
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs


+ 1 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Dto/KnowledegDto.cs

@@ -15,5 +15,6 @@ namespace CallCenterApi.Interface.Models.Dto
15 15
         public string F_CreateName { get; set; }
16 16
         public string F_CanLastLong { get; set; }
17 17
         public string F_Time { get; set; }
18
+        public string F_Content { get; set; }
18 19
     }
19 20
 }