1
This commit is contained in:
15
QcMgr/Tnb.QcMgr.Entities/Enums/EnumTriggerType.cs
Normal file
15
QcMgr/Tnb.QcMgr.Entities/Enums/EnumTriggerType.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.QcMgr.Entities.Enums
|
||||
{
|
||||
public enum EnumTriggerType
|
||||
{
|
||||
一次性 = 1,
|
||||
周期触发 = 2,
|
||||
事件触发 = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user