Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
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
黄奎
Education
Commits
c10c1368
Commit
c10c1368
authored
Dec 13, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
42d492be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
RB_Course.cs
Edu.Model/Entity/Course/RB_Course.cs
+26
-1
No files found.
Edu.Model/Entity/Course/RB_Course.cs
View file @
c10c1368
...
...
@@ -93,7 +93,7 @@ namespace Edu.Model.Entity.Course
public
decimal
OriginalPrice
{
get
;
set
;
}
/// <summary>
/// 售价
/// 售价
(直客价)
/// </summary>
public
decimal
SellPrice
{
get
;
set
;
}
...
...
@@ -161,5 +161,30 @@ namespace Edu.Model.Entity.Course
/// 课程重点, 多个英文逗号分隔 枚举
/// </summary>
public
string
CourseEmphasis
{
get
;
set
;
}
/// <summary>
/// 同业价
/// </summary>
public
decimal
B2BPrice
{
get
;
set
;
}
/// <summary>
/// 一般同行返佣比例
/// </summary>
public
decimal
B2BRebateRatio
{
get
;
set
;
}
/// <summary>
/// 校园同行返佣比例
/// </summary>
public
decimal
SchoolRebateRatio
{
get
;
set
;
}
/// <summary>
/// 一般同行续费返佣比例
/// </summary>
public
decimal
B2BReNewRatio
{
get
;
set
;
}
/// <summary>
/// 校园同行返佣比例
/// </summary>
public
decimal
SchoolReNewRatio
{
get
;
set
;
}
}
}
\ No newline at end of file
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