Files
2025-10-09 13:58:21 +08:00

14 lines
241 B
C#

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