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
cd2d9c42
Commit
cd2d9c42
authored
May 06, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/Kui2/education
parents
0d34ba67
de63cf60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
FinanceConfigTypeEnum.cs
Edu.Common/Enum/Course/FinanceConfigTypeEnum.cs
+21
-0
RB_Finance_Config.cs
Edu.Model/Entity/Course/RB_Finance_Config.cs
+5
-0
No files found.
Edu.Common/Enum/Course/FinanceConfigTypeEnum.cs
View file @
cd2d9c42
...
@@ -27,5 +27,26 @@ namespace Edu.Common.Enum.Course
...
@@ -27,5 +27,26 @@ namespace Edu.Common.Enum.Course
/// </summary>
/// </summary>
[
EnumField
(
"学生退课"
)]
[
EnumField
(
"学生退课"
)]
DropCourse
=
3
,
DropCourse
=
3
,
/// <summary>
/// 资产采购
/// </summary>
[
EnumField
(
"资产采购"
)]
AssetPurchase
=
4
,
/// <summary>
/// 耗材采购
/// </summary>
[
EnumField
(
"耗材采购"
)]
SuppliesPurchase
=
5
,
/// <summary>
/// 耗材成本
/// </summary>
[
EnumField
(
"耗材成本"
)]
SuppliesCost
=
6
,
/// <summary>
/// 耗材出库
/// </summary>
[
EnumField
(
"耗材出库"
)]
SuppliesStockOut
=
7
}
}
}
}
Edu.Model/Entity/Course/RB_Finance_Config.cs
View file @
cd2d9c42
...
@@ -66,5 +66,10 @@ namespace Edu.Model.Entity.Course
...
@@ -66,5 +66,10 @@ namespace Edu.Model.Entity.Course
/// 更新时间
/// 更新时间
/// </summary>
/// </summary>
public
DateTime
UpdateTime
{
get
;
set
;
}
public
DateTime
UpdateTime
{
get
;
set
;
}
/// <summary>
/// 币种id
/// </summary>
public
int
CurrencyId
{
get
;
set
;
}
}
}
}
}
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