更新设备变量新追加

This commit is contained in:
dell
2023-03-10 16:39:39 +08:00
parent 80564727ea
commit a3a51fd6e2
6 changed files with 660 additions and 52 deletions

View File

@ -26,7 +26,7 @@ namespace HT.Cloud.Domain.DevicesManage
///
/// </summary>
[SugarColumn(ColumnName="DataType", ColumnDescription = "",ColumnDataType = "tinyint(3)")]
public bool DataType { get; set; }
public short DataType { get; set; }
/// <summary>
///
/// </summary>