using System;
namespace Shared
{
public class YiPanelCommon : Common
{
///
/// 属性值
///
public byte PropertyValue;
///
/// 大类
///
public byte large;
///
/// 小类
///
public byte sub;
///
/// 通道号
///
public byte channelnumber;
///
/// 类型值
///
public byte typevalue;
}
}