using System;
using System.Collections.Generic;
using Shared;
namespace Shared.Phone.Device.Logic.DoorLockLogic
{
public class LockIfon
{
///
/// 当前门锁
///
public static ZigBee.Device.DoorLock DoorLock = null;
///
/// 当前用户的信息
///
public static UserCenter.MemberInfoRes UserMemberInfoRes = null;
}
}