mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
13 lines
221 B
C#
13 lines
221 B
C#
using Net462DllTest.LogicControl;
|
|
using Serein.Library;
|
|
using Serein.Library.Utils;
|
|
|
|
namespace Net462DllTest.Trigger
|
|
{
|
|
[AutoRegister]
|
|
public class PrakingDevice : TaskFlowTrigger<ParkingCommand>
|
|
{
|
|
}
|
|
|
|
}
|