Skip to content

Commit

Permalink
🎨 新增 Xunyou 枚举
Browse files Browse the repository at this point in the history
  • Loading branch information
BuknSS committed Dec 18, 2023
1 parent be6ab5f commit 0fcce81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BD.WTTS.Primitives/Enums/Order/OrderBusinessType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ public enum OrderBusinessType

[Description("余额交易充值")]
BalanceTransactionRecharge = 3,

[Description("迅游订单")]
XunYouOrder = 4,
}
14 changes: 14 additions & 0 deletions src/BD.WTTS.Primitives/Enums/SteamRecharge/NoticeXunYouStatus.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// ReSharper disable once CheckNamespace
namespace BD.WTTS.Enums;

public enum NoticeXunYouStatus
{
[Description("待通知")]
WaitNotice = 0,

[Description("通知失败")]
NoticeFail = 1,

[Description("通知完成")]
NoticeFinish = 3
}

0 comments on commit 0fcce81

Please sign in to comment.