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