CrazyIter_Bin 3 năm trước cách đây
mục cha
commit
190c2ebe15
1 tập tin đã thay đổi với 17 bổ sung0 xóa
  1. 17 0
      TEAMModelOS.SDK/Models/Cosmos/Common/LessonStudentRecord.cs

+ 17 - 0
TEAMModelOS.SDK/Models/Cosmos/Common/LessonStudentRecord.cs

@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TEAMModelOS.SDK.Models.Cosmos.Common
+{    
+    /// <summary>
+    /// 课堂记录简要信息。
+    /// </summary>
+    public class LessonStudentRecord : CosmosEntity
+    {
+        // id  课程id ,
+        //code  
+    }
+}