ab56a9bcf7
SVN-Revision: r240
16 lines
183 B
C#
16 lines
183 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Lskj.SmsSending2
|
|
{
|
|
//消息信息类
|
|
public class MsgInfo
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|