using Api.Framework.Tools; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Api.Framework.Model { /// /// 天猫推广位类型 /// public enum fl_alimama_activity_type : long { 天猫精选 = 2015012602 } }