Browse Source

模板添加修改删除列表上传,发送短信,发送记录

duhongyu 6 years ago
parent
commit
f38084371b

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.BLL/T_SMS_Template.cs

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
7 7
 
8 8
 namespace CallCenterApi.BLL
9 9
 {
10
-    class T_SMS_Template
10
+    public partial class T_SMS_Template
11 11
     {
12 12
         private readonly CallCenterApi.DAL.T_SMS_Template dal = new CallCenterApi.DAL.T_SMS_Template();
13 13
         public T_SMS_Template()

File diff suppressed because it is too large
+ 1186 - 762
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/SMSController.cs