20 lines
372 B
C#
20 lines
372 B
C#
|
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
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 天猫推广位类型
|
|||
|
/// </summary>
|
|||
|
public enum fl_alimama_activity_type : long
|
|||
|
{
|
|||
|
天猫精选 = 2015012602
|
|||
|
}
|
|||
|
|
|||
|
}
|