mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
将FlowTrigger触发器整合成接口的形式方便替换
This commit is contained in:
@@ -4,7 +4,7 @@ using Serein.Library;
|
||||
namespace Net462DllTest.Trigger
|
||||
{
|
||||
[AutoRegister]
|
||||
public class PrakingDevice : FlowTrigger<ParkingCommand>
|
||||
public class PrakingDevice : TaskFlowTrigger<ParkingCommand>
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user