Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
mall.oytour.com
Commits
f6c5ff82
Commit
f6c5ff82
authored
Feb 01, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
4cc05704
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
OrderStausEnum.cs
Mall.Common/Enum/Point/OrderStausEnum.cs
+34
-0
RB_Point_TeacherCourseOrder.cs
Mall.Model/Entity/Point/RB_Point_TeacherCourseOrder.cs
+1
-1
No files found.
Mall.Common/Enum/Point/OrderStausEnum.cs
0 → 100644
View file @
f6c5ff82
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
using
Mall.Common.Plugin
;
namespace
Mall.Common.Enum.Point
{
/// <summary>
/// 订单状态 0-待付款,1-已支付,2-已确认,3已完成
/// </summary>
public
enum
OrderStausEnum
{
/// <summary>
/// 待付款
/// </summary>
[
EnumField
(
"待付款"
)]
NoPaid
=
0
,
/// <summary>
/// 待确认
/// </summary>
[
EnumField
(
"待确认"
)]
Paid
=
1
,
/// <summary>
/// 待上课
/// </summary>
[
EnumField
(
"待上课"
)]
NoClass
=
2
,
/// <summary>
/// 完成
/// </summary>
[
EnumField
(
"完成"
)]
Complete
=
4
}
}
Mall.Model/Entity/Point/RB_Point_TeacherCourseOrder.cs
View file @
f6c5ff82
...
...
@@ -66,7 +66,7 @@ namespace Mall.Model.Entity.Point
/// <summary>
/// 订单状态 0-代付款,1-已支付,2-已确认,3已完成
/// </summary>
public
int
OrderStaus
{
get
;
set
;
}
public
OrderStausEnum
OrderStaus
{
get
;
set
;
}
/// <summary>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment