using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Model
{
///
///
///
public partial class DataDockingProblem
{
///
/// 处理方法
///
public enum eHandleMethod
{
///
/// SMS短消息
///
SMS=0,
}
}
}