zhengbingbing 8 yıl önce
ebeveyn
işleme
19e97c5793

+ 16 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Filter/FilterDepartment.cs

1
+using CallCenterApi.Interface.Models.Common;
2
+using System;
3
+using System.Collections.Generic;
4
+using System.Linq;
5
+using System.Web;
6
+
7
+namespace CallCenterApi.Interface.Models.Filter
8
+{
9
+    public class FilterDepartment: ListBase
10
+    {
11
+        public string Id { get; set; } = "";
12
+        public string Name { get; set; } = "";
13
+        public string Code { get; set; } = "";
14
+        public string playivr { get; set; } = "";
15
+    }
16
+}