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

20 lines
328 B
C#
Raw 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 VideoFission.Entitys
{
/// <summary>
/// 奖励条件
/// </summary>
public enum RuleType
{
= 0,
= 1,
= 2
}
}