This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
开课计划关联 考务管理属性为空
怀来职教中心中职
ndbs
1 year ago
parent
9c6c1aab5b
commit
14d3c8190a
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlan/OpenLessonPlanEntity.cs
+ 5
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/OpenLessonPlan/OpenLessonPlanEntity.cs
View File
@@ -276,6 +276,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// </summary>
[Column("STATE")]
public int? State { get; set; }
/// <summary>
/// 考务标识
/// </summary>
[Column("EXAMTYPE")]
public string ExamType { get; set; }
#endregion
#region 扩展操作
Write
Preview
Loading…
Cancel
Save