Ver Código Fonte

修改短信列表dal

machenyang 8 anos atrás
pai
commit
9df3692f64

+ 0 - 8
codegit/CallCenterApi/CallCenterApi.Model/T_SMS_List.cs

132
             get { return _batchno; }
132
             get { return _batchno; }
133
         }
133
         }
134
         /// <summary>
134
         /// <summary>
135
-        /// 批次号
136
-        /// </summary>
137
-        public string BatchNo
138
-        {
139
-            set { _batchno = value; }
140
-            get { return _batchno; }
141
-        }
142
-        /// <summary>
143
         /// 短信发送结果
135
         /// 短信发送结果
144
         /// </summary>
136
         /// </summary>
145
         public int? SendResult
137
         public int? SendResult