mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
16 lines
257 B
C#
16 lines
257 B
C#
namespace Net461DllTest.Signal
|
|
{
|
|
public enum OrderSignal
|
|
{
|
|
Command_1,
|
|
Command_2,
|
|
Command_3,
|
|
Command_4,
|
|
Command_5,
|
|
Command_6,
|
|
Command_7,
|
|
Command_8,
|
|
Command_9,
|
|
}
|
|
}
|