|
|
|
@ -1,4 +1,5 @@ |
|
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
|
using System.Net.NetworkInformation; |
|
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.Model; |
|
|
|
|
|
|
|
|
@ -31,6 +32,7 @@ public class DefaultGhre_ExamPaperColumn |
|
|
|
|
public string placeholder { get; set; } |
|
|
|
|
|
|
|
|
|
public int displayType { get; set; } |
|
|
|
|
public int width { get; set; } = 150; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -43,7 +45,7 @@ public class DefaultGhre_ExamPaperPageData |
|
|
|
|
public List<Ghre_ExamPaperConfig> examPaperSetData { get; set; } = new List<Ghre_ExamPaperConfig> { }; |
|
|
|
|
public List<DefaultGhre_ExamPaperPreview> previewList { get; set; } = new List<DefaultGhre_ExamPaperPreview> { }; |
|
|
|
|
} |
|
|
|
|
public class DefaultGhre_ExamPaperBaseData: Ghre_ExamPaperBase |
|
|
|
|
public class DefaultGhre_ExamPaperBaseData : Ghre_ExamPaperBase |
|
|
|
|
{ |
|
|
|
|
public long? CourseId { get; set; } |
|
|
|
|
public long? CourseSceneId { get; set; } |
|
|
|
|