using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace VideoFission.Entitys { /// /// 奖励条件 /// public enum RuleType { 好友天数 = 0, 订单总数 = 1, 推荐人数 = 2 } }