1234567891011121314151617 |
- 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 LessonStudentRecord,
- }
- }
|