消除平台模块warning

This commit is contained in:
2023-06-01 10:36:47 +08:00
parent ad0972c8f6
commit 51530a81cc
19 changed files with 108 additions and 90 deletions

View File

@@ -8,10 +8,11 @@ namespace JNPF.VisualDev.Engine;
[SuppressSniffer]
public class IndexGridFieldModel : IndexEachConfigBase
{
/// <summary>
/// 对齐.
/// </summary>
public string align { get; set; }
// modified by PhilPan 基类包含此属性
///// <summary>
///// 对齐.
///// </summary>
//public string align { get; set; }
/// <summary>
/// 固定.

View File

@@ -14,10 +14,11 @@ public class IndexSearchFieldModel : IndexEachConfigBase
/// </summary>
public string value { get; set; }
/// <summary>
/// 查询类型.
/// </summary>
public int? searchType { get; set; }
// modified by PhilPan 基类包含此属性
///// <summary>
///// 查询类型.
///// </summary>
//public int? searchType { get; set; }
}
/// <summary>