新兴铸管

This commit is contained in:
dell
2024-09-03 14:16:18 +08:00
parent aee89ebeb1
commit aa742f0036
18 changed files with 18658 additions and 1825 deletions

View File

@ -32,5 +32,10 @@ namespace HT.Cloud.Domain.SystemSecurity
/// </summary>
[SugarColumn(ColumnName="IODESCRIPTION", ColumnDescription = "IO功能名称",ColumnDataType = "varchar(128)", IsNullable = true)]
public string IODESCRIPTION { get; set; }
}
/// <summary>
/// IO功能名称
/// </summary>
[SugarColumn(ColumnName = "IOTagName", ColumnDescription = "IOTag", ColumnDataType = "varchar(128)", IsNullable = true)]
public string IOTagName { get; set; }
}
}