old_flsystem/应用/EncourageUser/Entitys/Enums.cs

26 lines
513 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EncourageUser.Entitys
{
public enum UserType
{
= 0,
= 1,
= 2,
= 3,
= 4,
= 5,
}
public enum ExecType
{
= 0,
= 1,
= 2
}
}