mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
12 lines
189 B
C#
12 lines
189 B
C#
using Net462DllTest.LogicControl;
|
|
using Serein.Library;
|
|
|
|
namespace Net462DllTest.Trigger
|
|
{
|
|
[AutoRegister]
|
|
public class PrakingDevice : FlowTrigger<ParkingCommand>
|
|
{
|
|
}
|
|
|
|
}
|