mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-08 10:40:48 +08:00
19 lines
357 B
C#
19 lines
357 B
C#
using Serein.Library.Attributes;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using static Serein.Library.Attributes.PLCValueAttribute;
|
|
|
|
namespace Net461DllTest.Signal
|
|
{
|
|
public enum OrderSignal
|
|
{
|
|
View_1,
|
|
View_2,
|
|
Command_1,
|
|
Command_2,
|
|
}
|
|
}
|