xiaochanghai 1 year ago
parent 582d598117
commit 615746b405
  1. 4
      Tiobon.Core.Model/ViewModels/Extend/DefaultGhre_ExamPaperInput.cs

@ -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;
} }

Loading…
Cancel
Save