23 lines
379 B
C#
Raw Permalink Normal View History

2025-06-06 16:00:39 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace VOL.Core.WorkFlow
{
public enum AuditStatus
{
= 0,
= 1,
= 2,
= 3,
= 4
}
public enum AuditType
{
= 1,
= 2,
= 3
}
}