17 lines
245 B
C#
17 lines
245 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace JiShe.CollectBus.Common.Enums
|
|
{
|
|
public enum CommandChunkEnum188
|
|
{
|
|
|
|
A = 2,
|
|
C=9,
|
|
L=10,
|
|
DI=11,
|
|
Data=14
|
|
}
|
|
}
|