using System;
using System.Collections.Generic;
using System.Text;
namespace JT808.Protocol.Interfaces
{
///
/// 记录仪工厂
///
public interface IJT808_CarDVR_Up_Factory : IJT808ExternalRegister
{
IDictionary Map { get; }
IJT808_CarDVR_Up_Factory SetMap() where TJT808CarDVRUpBodies : JT808CarDVRUpBodies;
}
}