using System;
using System.Collections.Generic;
namespace HDL_ON.UI.UI2.PersonalCenter.PirDevice
{
public class Pir
{
///
/// 添加按键列表
///
public static List BuottonList = new List();
}
public class ButtonObj
{
public string Key = string.Empty;
///
/// #app 显示的文字
///
public string value = string.Empty;
}
}