消除平台warn
This commit is contained in:
@@ -1269,7 +1269,6 @@ public class CodeGenWay
|
||||
IsRelationForm = isRelationForm,
|
||||
ChildTableStyle = columnDesignModel.childTableStyle,
|
||||
};
|
||||
break;
|
||||
default:
|
||||
return new FrontEndGenConfigModel()
|
||||
{
|
||||
@@ -1339,7 +1338,6 @@ public class CodeGenWay
|
||||
ChildTableStyle = columnDesignModel.childTableStyle,
|
||||
IsFixed = isFixed,
|
||||
};
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
/// 固定.
|
||||
|
||||
@@ -14,8 +14,9 @@ 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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user