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

100 lines
2.9 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Weixin.JDCirclePromotion
{
public class Enums
{
/// <summary>
/// 京东类目枚举
/// </summary>
public enum CategoryType
{
/*
频道ID:1-好券商品,2-精选卖场,10-9.9包邮,15-京东配送,22-实时热销榜,23-为你推荐,24-数码家电,25-超市,26-母婴玩具,27-家具日用,28-美妆穿搭,30-图书文具,31-今日必推,32-京东好物,33-京东秒杀,34-拼购商品,40-高收益榜,41-自营热卖榜,109-新品首发,110-自营,112-京东爆品,125-首购商品,129-高佣榜单,130-视频商品,153-历史最低价商品榜
*/
//--------新的
= 1,
= 2,
= 10,
= 15,
= 22,
= 23,
= 24,
= 25,
= 26,
= 27,
穿 = 28,
= 30,
= 31,
= 32,
= 33,
= 34,
= 40,
= 41,
= 109,
= 110,
= 112,
= 125,
= 129,
= 130,
= 153
}
/// <summary>
/// 排序字段
/// </summary>
public enum OrderFieldType
{
//price单价, commissionShare佣金比例, commission佣金 inOrderCount30DaysSkusku维度30天引单量comments评论数goodComments好评数
= 1,
= 2,
= 3,
= 4,
= 5,
= 6
}
/// <summary>
/// 排序字段
/// </summary>
public enum _OrderFieldType
{
//price单价, commissionShare佣金比例, commission佣金 inOrderCount30DaysSkusku维度30天引单量comments评论数goodComments好评数
price = 1,
commissionShare = 2,
commission = 3,
inOrderCount30DaysSku = 4,
comments = 5,
goodComments = 6
}
/// <summary>
/// 排序
/// </summary>
public enum SortType
{
//asc,desc升降序,默认降序
= 1,
= 2
}
public enum GoodsSourceType
{
= 0,
= 1,
= 2
}
public enum StateType
{
广 = 0,
广 = 1
}
}
}