Commit c3f9d9f1 authored by 黄奎's avatar 黄奎

页面修改

parent fe834d1c
using System; using Edu.Common.Enum;
using System;
using VT.FW.DB; using VT.FW.DB;
namespace Edu.Model.Entity.Course namespace Edu.Model.Entity.Course
...@@ -90,5 +91,10 @@ namespace Edu.Model.Entity.Course ...@@ -90,5 +91,10 @@ namespace Edu.Model.Entity.Course
/// </summary> /// </summary>
public int Group_Id { get; set; } public int Group_Id { get; set; }
/// <summary>
/// 删除状态
/// </summary>
public DateStateEnum Status { get; set; }
} }
} }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment