17 lines
245 B
C#
Raw Normal View History

2024-11-22 14:12:43 +08:00
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
}
}