【优化】移除旧版自定义交易组件。

This commit is contained in:
jianweie code
2023-09-02 01:49:22 +08:00
parent 651dc6b231
commit 0a07f3e005
108 changed files with 181 additions and 14817 deletions

View File

@@ -2957,158 +2957,6 @@ namespace CoreCms.Net.Configuration
}
#endregion
#region
/// <summary>
/// 售后订单状态
/// </summary>
public enum ShopAftersaleAddStatus
{
= 0,
= 1,
= 2,
= 3,
退 = 4,
退退 = 5,
退 = 6,
退退 = 7,
= 8,
退 = 11,
退 = 12,
退 = 13,
退退 = 14,
= 15,
= 16,
= 17,
= 18,
= 19
}
/// <summary>
/// 售后类型
/// </summary>
public enum ShopAftersaleAddType
{
退 = 0,
退退 = 1,
= 2
}
/// <summary>
/// 品牌审核-认证审核类型
/// </summary>
public enum RegisterType
{
R标 = 1,
TM标 = 2,
R标 = 3,
TM标 = 4
}
/// <summary>
/// 品牌审核-商标分类
/// </summary>
public enum TrademarkType
{
1 = 1,
2 = 2,
3 = 3,
4 = 4,
5 = 5,
6 = 6,
7 = 7,
8 = 8,
9 = 9,
10 = 10,
11 = 11,
12 = 12,
13 = 13,
14 = 14,
15 = 15,
16 = 16,
17 = 17,
18 = 18,
19 = 19,
20 = 20,
21 = 21,
22 = 22,
23 = 23,
24 = 24,
25 = 25,
26 = 26,
27 = 27,
28 = 28,
29 = 29,
30 = 30,
31 = 31,
32 = 32,
33 = 33,
34 = 34,
35 = 35,
36 = 36,
37 = 37,
38 = 38,
39 = 39,
40 = 40,
41 = 41,
42 = 42,
43 = 43,
44 = 44,
45 = 45,
}
/// <summary>
/// 品牌审核-品牌经营类型
/// </summary>
public enum BrandManagementType
{
= 1,
= 2,
= 3
}
/// <summary>
/// 品牌审核-商品产地是否进口
/// </summary>
public enum CommodityOriginType
{
= 1,
= 2
}
/// <summary>
/// 下单前置检查-是否需要推单
/// </summary>
public enum RequireOrderType
{
= 1,
= 2
}
/// <summary>
/// 下单前置检查-商户订单类型原则上只能是1应为官方文档说以后只有1所以我们也只是用1
/// </summary>
public enum RequiredFundType
{
= 0,
= 1,
= 2,
}
/// <summary>
/// 下单前置检查-商户订单类型原则上只能是1应为官方文档说以后只有1所以我们也只是用1
/// </summary>
public enum PayMethodType
{
= 0,
= 1,
= 2,
}
#endregion
#region
@@ -3169,7 +3017,6 @@ namespace CoreCms.Net.Configuration
#endregion
#region
/// <summary>
/// 公众号所属类型