@@ -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
+ }
+}