old_flsystem/应用/Weixin.TBCirclePromotion/Enums.cs

125 lines
2.7 KiB
C#
Raw Permalink 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 Weixin.TBCirclePromotion
{
public class Enums
{
#region xxx
///// <summary>
///// 大淘客类目枚举
///// </summary>
//public enum CategoryType
//{
// 女装 = 1,
// 母婴 = 2,
// 美妆 = 3,
// 居家日用 = 4,
// 鞋品 = 5,
// 美食 = 6,
// 文娱车品 = 7,
// 数码家电 = 8,
// 男装 = 9,
// 内衣 = 10,
// 箱包 = 11,
// 配饰 = 12,
// 户外运动 = 13,
// 家装家纺 = 14
//}
///// <summary>
///// 大淘客搜宝贝平台
///// </summary>
//public enum StageType
//{
// 不限 = 0,
// 聚划算 = 1,
// 淘抢购 = 2,
// 天猫 = 3,
// 金牌卖家 = 4,
// 海淘 = 5
//}
#endregion
public enum GoodsSourceType
{
= 0,
= 1,
= 2
}
public enum StateType
{
广 = 0,
广 = 1
}
public enum SendModeType
{
= 0,
= 1
}
#region
/// <summary>
/// 好单库类目枚举
/// </summary>
public enum CategoryType
{
= 0,
= 1,
= 2,
= 3,
= 4,
= 5,
= 6,
= 7,
= 8,
= 9,
= 10,
= 11,
= 12,
= 13,
= 14,
= 15,
= 16,
= 17
}
/// <summary>
/// 好单库搜宝贝平台
/// </summary>
public enum StageType
{
= -1,
= 0,
= 1,
= 2,
= 3,
= 4,
= 5,
= 6,
= 7
}
/// <summary>
/// 采集类型
/// </summary>
public enum GatherType
{
= 0,
= 1,
= 2,
= 3,
= 4,
}
#endregion
}
}