2025-06-06 16:00:39 +08:00

14 lines
232 B
C#

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