Files
SecMPS/api_sqlsugar/VolPro.Core/WorkFlow/AuditRefuse.cs
2026-05-15 23:22:48 +08:00

14 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VolPro.Core.WorkFlow
{
public enum AuditRefuse
{
= 0,
= 1,
= 2
}
}