Public Class ServiceGroup Sub New() 'Fileds = New Dictionary(Of String, String) End Sub ''' ''' 当前服务所属子网组 ''' ''' Public Property ServiceGroup As String ''' ''' 当前服务索引 ''' ''' Public Property ServiceIndex As Integer ''' ''' 当前命令类型 ''' ''' Public Property Type As String ''' ''' 当前包号 ''' ''' Public Property Index As Integer Public Property GroupInfo As New Dictionary(Of String, String) End Class