This commit is contained in:
qianjiawei
2023-07-13 17:45:07 +08:00
parent 9c4b032f0f
commit 9f6dbcf268
6 changed files with 131 additions and 27 deletions

View 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
}
}