Laservall_manager_system/LM.Core/WorkFlow/AuditBack.cs

14 lines
229 B
C#

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