修改system

This commit is contained in:
dell
2024-07-10 16:08:09 +08:00
parent 5dde2ad7bf
commit aee89ebeb1
27 changed files with 3946 additions and 206 deletions

View File

@ -42,5 +42,10 @@ namespace HT.Cloud.Domain.SystemSecurity
/// </summary>
[SugarColumn(ColumnName="IOBit", ColumnDescription = "IO位数",ColumnDataType = "varchar(255)", IsNullable = true)]
public string IOBit { get; set; }
}
/// <summary>
/// IO位数
/// </summary>
[SugarColumn(ColumnName = "IOType", ColumnDescription = "数字量或模拟量", ColumnDataType = "varchar(128)", IsNullable = true)]
public string IOType { get; set; }
}
}