修复数据类型属性不统一的问题

This commit is contained in:
2025-09-02 16:45:24 +08:00
parent b770abe3f9
commit 6d7636d664
16 changed files with 88 additions and 76 deletions

View File

@@ -40,7 +40,7 @@ namespace DMS.Infrastructure.Models
/// <summary>
/// 数据类型
/// </summary>
public CSharpDataType DataType { get; set; }
public DataType DataType { get; set; }
/// <summary>
/// 返回节点的字符串表示形式。