LessonStudentRecord.cs 377 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace TEAMModelOS.SDK.Models.Cosmos.Common
  7. {
  8. /// <summary>
  9. /// 课堂记录简要信息。
  10. /// </summary>
  11. public class LessonStudentRecord : CosmosEntity
  12. {
  13. // id 课例id ,
  14. //code LessonStudentRecord,
  15. }
  16. }