修改system
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user