|
|
@ -1,4 +1,5 @@ |
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
using System.Net.NetworkInformation; |
|
|
|
|
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.Model; |
|
|
|
namespace Tiobon.Core.Model; |
|
|
|
|
|
|
|
|
|
|
@ -31,6 +32,7 @@ public class DefaultGhre_ExamPaperColumn |
|
|
|
public string placeholder { get; set; } |
|
|
|
public string placeholder { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public int displayType { get; set; } |
|
|
|
public int displayType { get; set; } |
|
|
|
|
|
|
|
public int width { get; set; } = 150; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|