fix: 调整YiXinVip各档价格为0.01方便测试
This commit is contained in:
@@ -38,23 +38,43 @@ public class DisplayNameAttribute : Attribute
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public enum GoodsTypeEnum
|
public enum GoodsTypeEnum
|
||||||
{
|
{
|
||||||
|
// [Price(0.01, 1)]
|
||||||
|
// [DisplayName("YiXinVip Test")]
|
||||||
|
// YiXinVipTest = 0,
|
||||||
|
//
|
||||||
|
// [Price(29.9, 1)]
|
||||||
|
// [DisplayName("YiXinVip 1 month")]
|
||||||
|
// YiXinVip1 = 1,
|
||||||
|
//
|
||||||
|
// [Price(80.7, 3)]
|
||||||
|
// [DisplayName("YiXinVip 3 month")]
|
||||||
|
// YiXinVip3 = 3,
|
||||||
|
//
|
||||||
|
// [Price(143.9, 6)]
|
||||||
|
// [DisplayName("YiXinVip 6 month")]
|
||||||
|
// YiXinVip6 = 6,
|
||||||
|
//
|
||||||
|
// [Price(199.9, 10)]
|
||||||
|
// [DisplayName("YiXinVip 10 month")]
|
||||||
|
// YiXinVip10 = 10
|
||||||
|
|
||||||
[Price(0.01, 1)]
|
[Price(0.01, 1)]
|
||||||
[DisplayName("YiXinVip Test")]
|
[DisplayName("YiXinVip Test")]
|
||||||
YiXinVipTest = 0,
|
YiXinVipTest = 0,
|
||||||
|
|
||||||
[Price(29.9, 1)]
|
[Price(0.01, 1)]
|
||||||
[DisplayName("YiXinVip 1 month")]
|
[DisplayName("YiXinVip 1 month")]
|
||||||
YiXinVip1 = 1,
|
YiXinVip1 = 1,
|
||||||
|
|
||||||
[Price(80.7, 3)]
|
[Price(0.01, 3)]
|
||||||
[DisplayName("YiXinVip 3 month")]
|
[DisplayName("YiXinVip 3 month")]
|
||||||
YiXinVip3 = 3,
|
YiXinVip3 = 3,
|
||||||
|
|
||||||
[Price(143.9, 6)]
|
[Price(0.01, 6)]
|
||||||
[DisplayName("YiXinVip 6 month")]
|
[DisplayName("YiXinVip 6 month")]
|
||||||
YiXinVip6 = 6,
|
YiXinVip6 = 6,
|
||||||
|
|
||||||
[Price(199.9, 10)]
|
[Price(0.01, 10)]
|
||||||
[DisplayName("YiXinVip 10 month")]
|
[DisplayName("YiXinVip 10 month")]
|
||||||
YiXinVip10 = 10
|
YiXinVip10 = 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user