namespace Model
{
/// <summary>
/// 办理步骤项
/// </summary>
public class HandleStep
/// 步骤ID
public string Id
get;
set;
}
/// 步骤名称
public string Name