using JT808.Protocol.MessageBody; using System; using System.Collections.Generic; using System.Text; namespace JT808.Protocol.Interfaces { public interface IJT808_0x8103_Custom_Factory : IJT808ExternalRegister { IDictionary Map { get;} IJT808_0x8103_Custom_Factory SetMap() where TJT808_0x8103_CustomBody : JT808_0x8103_CustomBodyBase; } }