|
@@ -138,19 +138,19 @@ namespace Model
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 字段名称
|
|
/// 字段名称
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- public string? fieldTitle { get; set; }
|
|
|
|
|
|
|
+ public string fieldTitle { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 字段名
|
|
/// 字段名
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- public string? fieldName { get; set; }
|
|
|
|
|
|
|
+ public string fieldName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 字段类型
|
|
/// 字段类型
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- public string? fieldType { get; set; }
|
|
|
|
|
|
|
+ public string fieldType { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|