上传了新的示例工程

This commit is contained in:
fengjiayi
2024-09-27 10:30:19 +08:00
parent 54c35ce445
commit f3a90df452
24 changed files with 1062 additions and 127 deletions

View File

@@ -26,7 +26,7 @@ namespace Serein.Library.Entity
///// <summary>
///// 显式类型
///// </summary>
//public Type ExplicitType { get; set; }
public Type ExplicitType { get; set; }
///// <summary>
///// 显示类型编号>
@@ -55,7 +55,7 @@ namespace Serein.Library.Entity
{
Index = Index,
IsExplicitData = IsExplicitData,
// ExplicitType = ExplicitType,
ExplicitType = ExplicitType,
ExplicitTypeName = ExplicitTypeName,
DataType = DataType,
ParameterName = ParameterName,