Files
iMES_Net/iMES.Core/WorkFlow/AuditRefuse.cs

14 lines
233 B
C#
Raw Normal View History

2026-02-06 18:34:35 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace iMES.Core.WorkFlow
{
public enum AuditRefuse
{
= 0,
= 1,
= 2
}
}