平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

IndexOutput.cs 186 B

2 个月前
12345678910111213141516171819
  1. 
  2. //
  3. namespace SafeCampus.System;
  4. public class ScheduleListOutput : RelationUserSchedule
  5. {
  6. /// <summary>
  7. /// ID
  8. /// </summary>
  9. public long Id { get; set; }
  10. }