using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.FreeRedisProvider
{
///
/// 设备缓存基础模型
///
public class DeviceCacheBasicModel
{
///
/// 集中器Id
///
public int FocusId { get; set; }
///
/// 表Id
///
public int MeterId { get; set; }
}
}