old_flsystem/应用/监听违规/Enums.cs

21 lines
316 B
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace
{
/// <summary>
/// 用户状态
/// </summary>
public enum UserType
{
= 0,
= 1,
= 2,
}
}